bugzilla bug 116382 r=shliang sr=hewitt toolbars/statusbar lost their black borders

This commit is contained in:
andreww%netscape.com 2002-01-03 21:44:09 +00:00
Родитель 815b067511
Коммит ab717109c0
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -110,9 +110,10 @@ iframe {
/* ::::: statusbar ::::: */ /* ::::: statusbar ::::: */
statusbar { statusbar {
border-top: 1px solid ThreeDLightShadow;
border-top: 1px solid #000000 !important;
border-left: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDHighlight; border-right: none !important
border-bottom: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight;
min-width: 1px; /* DON'T DELETE! min-width: 1px; /* DON'T DELETE!
Prevents hiding of scrollbars in browser when window is made smaller.*/ Prevents hiding of scrollbars in browser when window is made smaller.*/
@ -140,3 +141,5 @@ statusbarpanel {
-moz-user-focus: ignore !important; -moz-user-focus: ignore !important;
} }

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

@ -33,7 +33,8 @@ toolbox {
background-color: -moz-Dialog; background-color: -moz-Dialog;
border-left: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow;
border-top: 1px solid ThreeDShadow; border-top: 1px solid ThreeDShadow;
border-right: 1px solid ThreeDHighlight; border-right: none;
border-bottom: 1px solid #000000;
} }
/* ::::: toolbar & menubar ::::: */ /* ::::: toolbar & menubar ::::: */