Return to 11px bold text

This commit is contained in:
Simon Kornblith 2012-01-25 03:26:10 -05:00
parent ef1deb3691
commit 93643b012e

View File

@ -124,29 +124,29 @@
display: none;
}
#zotero-view-tabbox > tabs > tab {
#zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab {
-moz-box-orient: vertical;
-moz-box-align: center;
-moz-appearance: toolbarbutton;
-moz-user-focus: none;
text-align: center;
margin: 0;
padding: 0 1px;
height: 22px;
padding: 1px 1px;
}
#zotero-view-tabbox > tabs > tab > hbox .tab-text {
font: menu;
margin: 2px 6px 2px 8px !important;
#zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab > hbox .tab-text {
font-size: 11px;
font-weight: bold;
margin: 2px 4px 2px 6px !important;
text-shadow: 0 1px rgba(255, 255, 255, .4);
}
/* This seems to be necessary to center the tabs. Not sure why. */
#zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text {
margin: 2px 8px 2px 8px !important;
#zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text {
margin: 2px 6px 2px 6px !important;
}
#zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
#zotero-pane[ignoreActiveAttribute]#zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
color: #FFF !important;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
}