Fix text position
This commit is contained in:
parent
bd74c29bce
commit
ef1deb3691
1 changed files with 6 additions and 1 deletions
|
@ -137,10 +137,15 @@
|
|||
|
||||
#zotero-view-tabbox > tabs > tab > hbox .tab-text {
|
||||
font: menu;
|
||||
margin: 2px 6px 2px 7px !important;
|
||||
margin: 2px 6px 2px 8px !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-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
|
||||
color: #FFF !important;
|
||||
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue