зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
463 B
CSS
22 строки
463 B
CSS
#security-button
|
|
{
|
|
list-style-image:url("chrome://communicator/skin/unlock.gif");
|
|
margin-right :14px;
|
|
}
|
|
|
|
#security-button[level="high"]
|
|
{
|
|
list-style-image:url("chrome://communicator/skin/lock.gif");
|
|
}
|
|
|
|
#security-button[level="low"]
|
|
{
|
|
list-style-image:url("chrome://communicator/skin/lock.gif");
|
|
}
|
|
|
|
#security-button[level="broken"]
|
|
{
|
|
list-style-image:url("chrome://communicator/skin/broken.gif");
|
|
}
|
|
|