зеркало из https://github.com/mozilla/pjs.git
23 строки
511 B
CSS
23 строки
511 B
CSS
/**
|
|
* XP Classic skin file (shared by all three platform variants)
|
|
**/
|
|
|
|
#security-button
|
|
{
|
|
list-style-image:url("chrome://communicator/skin/unlock.gif");
|
|
}
|
|
|
|
#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");
|
|
} |