mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-09 20:05:39 +00:00
17 lines
275 B
CSS
17 lines
275 B
CSS
|
div.antenna div.rateit-range
|
|||
|
{
|
|||
|
background: url(antenna-black.png) no-repeat;
|
|||
|
height: 25px;
|
|||
|
}
|
|||
|
|
|||
|
div.antenna div.rateit-hover
|
|||
|
{
|
|||
|
background: url(antenna-yellow.png) no-repeat;
|
|||
|
}
|
|||
|
|
|||
|
div.antenna div.rateit-selected
|
|||
|
{
|
|||
|
background: url(antenna-red.png) no-repeat;
|
|||
|
}
|
|||
|
|