Flirt with styling the tab bar differently from the toolbar
This commit is contained in:
parent
26a49cf8b8
commit
5610f77943
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue