mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
temporary MAC-theme patch before landing Pinstripe. includes b=206462
This commit is contained in:
parent
3922d7e119
commit
d358984a09
@ -48,7 +48,9 @@ textbox.padded {
|
||||
/* ::::: history button ::::: */
|
||||
|
||||
.autocomplete-history-dropmarker {
|
||||
#ifndef XP_MACOSX
|
||||
-moz-appearance: menulist-button;
|
||||
#endif
|
||||
min-width: 17px;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
|
@ -1,5 +1,5 @@
|
||||
classic.jar:
|
||||
+ skin/classic/global/autocomplete.css
|
||||
*+ skin/classic/global/autocomplete.css
|
||||
+ skin/classic/global/browser.css
|
||||
+ skin/classic/global/checkbox.css
|
||||
+ skin/classic/global/colorpicker.css
|
||||
@ -20,7 +20,7 @@ classic.jar:
|
||||
+ skin/classic/global/scrollbox.css
|
||||
+ skin/classic/global/spinbuttons.css
|
||||
+ skin/classic/global/splitter.css
|
||||
+ skin/classic/global/tabbox.css
|
||||
*+ skin/classic/global/tabbox.css
|
||||
+ skin/classic/global/textbox.css
|
||||
+ skin/classic/global/toolbarbutton.css
|
||||
+ skin/classic/global/tree.css
|
||||
|
@ -82,13 +82,17 @@ tab[selected="true"] {
|
||||
}
|
||||
|
||||
tab[beforeselected="true"] {
|
||||
#ifndef XP_MACOSX
|
||||
-moz-appearance: tab-left-edge;
|
||||
#endif
|
||||
border-right: none;
|
||||
-moz-border-radius-topright: 0;
|
||||
}
|
||||
|
||||
tab[afterselected="true"] {
|
||||
#ifndef XP_MACOSX
|
||||
-moz-appearance: tab-right-edge;
|
||||
#endif
|
||||
border-left: none;
|
||||
-moz-border-radius-topleft: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user