Put style rule on treecell rather than titledbutton. Hyatt approved this.

This commit is contained in:
putterman%netscape.com 1999-08-31 01:35:36 +00:00
Родитель 97b0bd802c
Коммит cd0d96d23e
1 изменённых файлов: 9 добавлений и 3 удалений

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

@ -562,19 +562,25 @@ titledbutton[class~=plain][disabled]:active {
/* special class for borderless buttons */
/* titled button on toolbars are automatically set to be borderless (see below) */
titledbutton.image {
treecell.image > titledbutton {
border: 1px solid transparent;
text-decoration: none;
margin: 0px;
padding: 0px;
}
titledbutton.image:hover {
treecell.image > titledbutton:hover {
border: 1px solid transparent;
text-decoration: none;
margin: 0px;
padding: 0px;
}
titledbutton.image:active {
treecell.image > titledbutton:active {
border: 1px solid transparent;
text-decoration: none;
margin: 0px;
padding: 0px;
}
/* as a convenience predefined for toolbar as being same as class borderless */