Add -moz-image-region:auto to cut off inheritance where needed (and not previously noticed due to an inheritance bug with -moz-image-region). b=220717 r=bzbarsky sr=ben

This commit is contained in:
dbaron%dbaron.org 2004-01-15 02:23:34 +00:00
Родитель b628916220
Коммит 320b04bc3a
7 изменённых файлов: 8 добавлений и 1 удалений

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

@ -175,6 +175,7 @@ toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropm
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto; /* cut off inheritance */
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {

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

@ -172,6 +172,7 @@ toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropm
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto; /* cut off inheritance */
-moz-appearance: dualbutton-dropdown;
}

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

@ -173,6 +173,7 @@ toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropm
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto; /* cut off inheritance */
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {

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

@ -127,6 +127,7 @@ toolbarbutton[checked="true"]:hover:active {
width: 13px;
height: 11px;
list-style-image: url("chrome://global/skin/button/tbmbtn-arrow.gif");
-moz-image-region: auto; /* cut off inheritance */
}
toolbarbutton:hover > stack > .toolbarbutton-menubutton-dropmarker {

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

@ -116,8 +116,9 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
-moz-box-align: center;
-moz-box-pack: center;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
-moz-image-region: auto; /* cut off inheritance */
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.png") !important;
}
}

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

@ -172,6 +172,7 @@ toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropm
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto; /* cut off inheritance */
-moz-appearance: dualbutton-dropdown;
}

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

@ -118,6 +118,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
-moz-box-align: center;
padding: 0 0 1px 0;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region: auto; /* cut off inheritance */
}
.toolbarbutton-menubutton-dropmarker[disabled="true"] {