зеркало из https://github.com/mozilla/gecko-dev.git
Bug 449442 - Use -moz-appearance: statusbar in the Mac theme, r=dao
This commit is contained in:
Родитель
918fbe21a7
Коммит
840e4ee7d6
|
@ -68,8 +68,7 @@
|
|||
}
|
||||
|
||||
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbaritem,
|
||||
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbarbutton,
|
||||
#main-window:not([active="true"]) > #browser-bottombox {
|
||||
#main-window:not([active="true"]) > #navigator-toolbox > toolbar > toolbarbutton {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
|
|
|
@ -150,15 +150,12 @@ iframe {
|
|||
/* ::::: statusbar ::::: */
|
||||
|
||||
statusbar {
|
||||
border-top: 1px solid #505050 !important;
|
||||
|
||||
min-width: 1px; /* DON'T DELETE!
|
||||
Prevents hiding of scrollbars in browser when window is made smaller.*/
|
||||
min-height: 15px !important;
|
||||
background: url("chrome://global/skin/statusbar-background.gif") #949393 repeat-x top left;
|
||||
margin: 0px !important;
|
||||
padding: 0px 16px 1px 1px;
|
||||
-moz-appearance: none;
|
||||
-moz-appearance: statusbar;
|
||||
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ classic.jar:
|
|||
+ skin/classic/global/scrollbox.css
|
||||
+ skin/classic/global/spinbuttons.css
|
||||
+ skin/classic/global/splitter.css
|
||||
+ skin/classic/global/statusbar-background.gif
|
||||
+ skin/classic/global/statusbar-background-inactive.gif
|
||||
+ skin/classic/global/tabbox.css
|
||||
+ skin/classic/global/textbox.css
|
||||
+ skin/classic/global/datetimepicker.css
|
||||
|
|
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 169 B |
Двоичные данные
toolkit/themes/pinstripe/global/statusbar-background.gif
Двоичные данные
toolkit/themes/pinstripe/global/statusbar-background.gif
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 436 B |
|
@ -3,7 +3,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
border-bottom: 1px solid #404040;
|
||||
}
|
||||
|
||||
/* Download View Items */
|
||||
|
@ -105,15 +104,7 @@ richlistitem[type="download"] button {
|
|||
#search {
|
||||
-moz-box-pack: end;
|
||||
-moz-padding-end: 4px;
|
||||
background-image: url("chrome://global/skin/toolbar/toolbar-background.gif");
|
||||
background-color: #9f9f9f;
|
||||
background-repeat: repeat-x;
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
#downloadManager:not([active="true"]) #search {
|
||||
background-image: url("chrome://global/skin/toolbar/toolbar-background-inactive.png");
|
||||
background-color: #cfcfcf;
|
||||
-moz-appearance: statusbar;
|
||||
}
|
||||
|
||||
#downloadManager:not([active="true"]) #search > * {
|
||||
|
|
Загрузка…
Ссылка в новой задаче