fix uneven field mode toggle highlight
This commit is contained in:
parent
6268887048
commit
e828ea6fa6
2 changed files with 3 additions and 20 deletions
|
@ -3,15 +3,6 @@ row > label:first-child, .creator-type-label
|
||||||
color: #7f7f7f;
|
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
|
.zotero-field-toggle .toolbarbutton-text
|
||||||
{
|
{
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
|
@ -155,18 +155,10 @@ hbox.zotero-date-field-status label
|
||||||
|
|
||||||
.zotero-field-toggle
|
.zotero-field-toggle
|
||||||
{
|
{
|
||||||
color: transparent;
|
width: 27px !important;
|
||||||
margin: 0px 5px 0px 0px !important;
|
max-width: 27px !important;
|
||||||
width: 26px !important;
|
min-width: 27px !important;
|
||||||
max-width: 26px !important;
|
|
||||||
min-width: 26px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.zotero-field-toggle
|
|
||||||
{
|
|
||||||
width: 27px;
|
|
||||||
height: 14px;
|
height: 14px;
|
||||||
padding: 0 !important;
|
|
||||||
margin: 0 5px 0 0 !important;
|
margin: 0 5px 0 0 !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue