Merge pull request #4001 from mattttt/matt-updates-to-bulletactor
Matt updates to bulletactor
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
</li>
|
||||
<li class="norm-form-item trans">
|
||||
<input class="cr1" id="current.isDefault" type="checkbox" ng-model="current.isDefault" ng-checked="current.isDefault">
|
||||
<label for="current.isDefault" class="cr1"></label>
|
||||
Default
|
||||
<label for="current.isDefault" class="cr1">Default</label>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 465 B |
@@ -15,6 +15,7 @@
|
||||
padding: 0 12px 0 6px;
|
||||
border: @grafanaPanelBorder;
|
||||
background-color: @grafanaSelectBackground;
|
||||
background-color: red;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -39,7 +40,7 @@
|
||||
text-indent: .01px;
|
||||
text-overflow: '';
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: menulist-text; // was set to "window" and caused odd display on windos and linux.
|
||||
-moz-appearance: menulist-text; // was set to "window" and caused odd display on windows and linux.
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -18,20 +18,19 @@ input[type="checkbox"].cr1 {
|
||||
|
||||
label.cr1 {
|
||||
display: inline-block;
|
||||
height: 18px;
|
||||
height: 19px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
clear: none;
|
||||
text-indent: 2px;
|
||||
margin: 0 0 0px 0;
|
||||
padding: 0 0 0 23px;
|
||||
vertical-align:middle;
|
||||
padding: 0 0 0 20px;
|
||||
vertical-align: top;
|
||||
background: url(@checkboxImageUrl) left top no-repeat;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:checked+label {
|
||||
background: url(@checkboxImageUrl) 0px -18px no-repeat;
|
||||
background: url(@checkboxImageUrl) 0px -21px no-repeat;
|
||||
}
|
||||
|
||||
.gf-form {
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
display: inline;
|
||||
padding-right: 4px;
|
||||
margin-bottom: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user