mirror of https://gitee.com/bigwinds/arangodb
radio buttons styling
This commit is contained in:
parent
889f96ca4a
commit
0cf4ae5a8e
|
@ -290,6 +290,10 @@ li:hover h6, li.hover h6 {
|
|||
background-image:url(../img/dark-check-green.png);
|
||||
}
|
||||
|
||||
.css-label-round {
|
||||
background-image:url(../img/dark-check-green-round.png);
|
||||
}
|
||||
|
||||
/*Dashboard Radio */
|
||||
|
||||
.dropdown-menu .radio {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -63,14 +63,14 @@
|
|||
<li><a href="#">
|
||||
<label class="checkbox checkboxLabel">
|
||||
<input class="css-checkbox" type="checkbox" id="sortName">
|
||||
<label class="css-label"></label>Sort by name
|
||||
<label class="css-label css-label-round"></label>Sort by name
|
||||
</label>
|
||||
</a></li>
|
||||
|
||||
<li><a href="#">
|
||||
<label class="checkbox checkboxLabel">
|
||||
<input class="css-checkbox" type="checkbox" id="sortType">
|
||||
<label class="css-label"></label>Sort by type
|
||||
<label class="css-label css-label-round"></label>Sort by type
|
||||
</label>
|
||||
</a></li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue