fix uneven field mode toggle highlight

This commit is contained in:
Simon Kornblith 2009-09-14 19:20:29 +00:00
parent 6268887048
commit e828ea6fa6
2 changed files with 3 additions and 20 deletions

View File

@ -3,15 +3,6 @@ row > label:first-child, .creator-type-label
color: #7f7f7f;
}
.zotero-field-toggle
{
color: transparent;
margin: 0px 5px 0px 0px !important;
width: 26px !important;
max-width: 26px !important;
min-width: 26px !important;
}
.zotero-field-toggle .toolbarbutton-text
{
visibility: hidden;

View File

@ -155,18 +155,10 @@ hbox.zotero-date-field-status label
.zotero-field-toggle
{
color: transparent;
margin: 0px 5px 0px 0px !important;
width: 26px !important;
max-width: 26px !important;
min-width: 26px !important;
}
.zotero-field-toggle
{
width: 27px;
width: 27px !important;
max-width: 27px !important;
min-width: 27px !important;
height: 14px;
padding: 0 !important;
margin: 0 5px 0 0 !important;
background-repeat: no-repeat !important;
background-position: center !important;