1
0
Fork 0

radio buttons styling

This commit is contained in:
Heiko Kernbach 2013-10-11 19:14:53 +02:00
parent 889f96ca4a
commit 0cf4ae5a8e
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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>