зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b628916220
Коммит
320b04bc3a
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче