Commit 0bd50c06 by Torkel Ödegaard

Template varaible dropdown work

parent 9a741051
......@@ -28,9 +28,5 @@
</a>
</div>
</div>
<div class="variable-options-footer" ng-if="variable.multi">
Update /
Cancel
</div>
</div>
</div>
......@@ -98,20 +98,12 @@
}
.variable-options-column-header {
background-color: @bodyBackground;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}
.variable-options-footer {
background-color: @bodyBackground;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}
.variable-option {
&:hover, &.highlighted {
background-color: @blueDark;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment