- Add border on Linux
- Move dropmarker slightly
This commit is contained in:
parent
d4287e4459
commit
b20c4dd622
|
@ -10,13 +10,12 @@ body {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 1px 2px 1px 0;
|
padding: 1px 2px 1px 0;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
-moz-appearance: none;
|
-moz-appearance: textbox;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-format-dialog {
|
#quick-format-dialog {
|
||||||
background: transparent;
|
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
padding: 0;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-icon {
|
#zotero-icon {
|
||||||
|
|
|
@ -197,6 +197,11 @@ richlistitem[selected="true"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-icon .toolbarbutton-menu-dropmarker {
|
||||||
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#citation-properties #suppress-author {
|
#citation-properties #suppress-author {
|
||||||
-moz-user-focus: normal;
|
-moz-user-focus: normal;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user