back out 301039 change that added unnecessary groove at the top of every window

This commit is contained in:
ben%bengoodger.com 2005-09-02 19:35:31 +00:00
Родитель f05a378341
Коммит b8aed86b19
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -47,6 +47,8 @@
toolbox {
-moz-appearance: toolbox;
background-color: -moz-Dialog;
border-top: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
}
/* ::::: toolbar & menubar ::::: */
@ -61,11 +63,7 @@ toolbar {
toolbar[type="menubar"], menubar {
min-width: 1px;
border-bottom: 1px solid ThreeDShadow;
}
toolbox > toolbar:first-child, toolbox > menubar:first-child {
border-top: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
border-top: 0px !important;
}
/* ::::: toolbar decorations ::::: */