Bug 449442 - Use -moz-appearance: statusbar in the Mac theme, r=dao

This commit is contained in:
Markus Stange 2009-01-06 16:47:14 +01:00
Родитель 918fbe21a7
Коммит 840e4ee7d6
6 изменённых файлов: 3 добавлений и 18 удалений

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

@ -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

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 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 > * {