Flirt with styling the tab bar differently from the toolbar

This commit is contained in:
Simon Kornblith 2012-01-25 03:49:07 -05:00
parent 26a49cf8b8
commit 5610f77943

View file

@ -112,8 +112,11 @@
} }
#zotero-view-tabbox > tabs { #zotero-view-tabbox > tabs {
-moz-appearance: toolbar; background: -moz-linear-gradient(top, #f2f2f2, #cccccc);
padding: 4px 0 4px 0; border-style: solid;
border-width: 0 0 1px 0;
border-color: #5e5e5e;
padding: 2px 0 2px 0;
} }
#zotero-view-tabbox > tabs > tab > hbox { #zotero-view-tabbox > tabs > tab > hbox {