Template varaible dropdown work

This commit is contained in:
Torkel Ödegaard
2015-06-03 14:53:52 +02:00
parent 9a74105103
commit 0bd50c06d7
2 changed files with 0 additions and 12 deletions
@@ -28,9 +28,5 @@
</a>
</div>
</div>
<div class="variable-options-footer" ng-if="variable.multi">
Update /
Cancel
</div>
</div>
</div>
-8
View File
@@ -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;