UI tweaks
This commit is contained in:
parent
ccec1243c6
commit
601c7bf04b
1 changed files with 6 additions and 7 deletions
|
@ -13,13 +13,12 @@ body[multiline="true"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-format-search {
|
#quick-format-search {
|
||||||
height: 22px;
|
|
||||||
background: white;
|
background: white;
|
||||||
-moz-appearance: searchfield;
|
-moz-appearance: searchfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-format-search[multiline="true"] {
|
#quick-format-search[multiline="true"] {
|
||||||
padding: 2px 2px 0 18px;
|
padding: 1px 2px 0 18px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
@ -29,10 +28,6 @@ body[multiline="true"] {
|
||||||
height: 22px !important;
|
height: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-format-search[multiline="true"] > #quick-format-iframe {
|
|
||||||
margin: -1px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#quick-format-entry {
|
#quick-format-entry {
|
||||||
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
||||||
-moz-border-radius:15px;
|
-moz-border-radius:15px;
|
||||||
|
@ -40,7 +35,11 @@ body[multiline="true"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-icon {
|
#zotero-icon {
|
||||||
margin: 0 0 0 -13px;
|
margin: -1px 0 0 -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#quick-format-search[multiline="true"] #zotero-icon {
|
||||||
|
margin: 0 0 1px -13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#citation-properties menulist {
|
#citation-properties menulist {
|
||||||
|
|
Loading…
Reference in a new issue