зеркало из https://github.com/mozilla/gecko-dev.git
bugzilla bug 116382 r=shliang sr=hewitt toolbars/statusbar lost their black borders
This commit is contained in:
Родитель
815b067511
Коммит
ab717109c0
|
@ -110,9 +110,10 @@ iframe {
|
|||
/* ::::: statusbar ::::: */
|
||||
|
||||
statusbar {
|
||||
border-top: 1px solid ThreeDLightShadow;
|
||||
|
||||
border-top: 1px solid #000000 !important;
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
border-right: none !important
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
min-width: 1px; /* DON'T DELETE!
|
||||
Prevents hiding of scrollbars in browser when window is made smaller.*/
|
||||
|
@ -140,3 +141,5 @@ statusbarpanel {
|
|||
-moz-user-focus: ignore !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,8 @@ toolbox {
|
|||
background-color: -moz-Dialog;
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* ::::: toolbar & menubar ::::: */
|
||||
|
|
Загрузка…
Ссылка в новой задаче