Bug 470037 - Need toolbar borders in SeaMonkey. r=Mnyromyr, sr=Neil.

This commit is contained in:
stefanh@inbox.com 2008-12-19 16:53:15 +01:00
Родитель 402923e8c3
Коммит 243ea0dccf
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -45,11 +45,11 @@
/* ::::: toolbar & menubar ::::: */
/* allow toolbar to be striped by removing hardcoded background
this is a hack until bug 370426 gets resolved */
toolbar {
background: none;
-moz-appearance: none;
border-top: 1px solid rgba(255,255,255,0.45);
border-bottom: 1px solid rgba(0,0,0,0.35);
}
toolbar:not([nowindowdrag="true"]) {