r=ben. Add styles for button menus of buttons with other28 class. Used for File

button in mailnews thread pane.
This commit is contained in:
putterman%netscape.com 2000-03-14 05:02:56 +00:00
Родитель 9ed380e046
Коммит 040516ee3d
1 изменённых файлов: 40 добавлений и 0 удалений

Просмотреть файл

@ -245,6 +245,46 @@ titledbutton.other28[disabled="true"]:active {
text-decoration: none;
}
menu:hover > .other28 {
background-image:url("chrome://global/skin/otherbutton28-bg-hover.gif");
background-repeat: no-repeat;
background-position: 50% 4px;
color: #CCFFFF;
border: none;
text-decoration: none;
}
menu:hover:active > .other28 {
background-image:url("chrome://global/skin/otherbutton28-bg-active.gif");
background-repeat: no-repeat;
background-position: 50% 4px;
color: #CCFFFF;
border: none;
text-decoration: none;
margin: 4px 6px 0px 2px;
}
menu > .other28[disabled="true"] {
margin: 3px 7px 1px 1px;
color: #669999;
border: none;
text-decoration: none;
}
menu:hover > .other28[disabled="true"] {
background-image: none;
color: #669999;
border: none;
text-decoration: none;
}
menu:active > .other28[disabled="true"] {
background-image: none;
color: #669999;
border: none;
text-decoration: none;
}
/**
* 32px round buttons (used in Navigation Toolbar)
*/