Specify both -moz-border-radius and border-radius.
Closes #66, Quick Format is square on nightly
This commit is contained in:
parent
beb77864cb
commit
63c4096a6c
7 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,7 @@ body[multiline="true"] {
|
|||
#quick-format-entry {
|
||||
background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%);
|
||||
-moz-border-radius:15px;
|
||||
border-radius:15px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#quick-format-entry:not([square="true"]) {
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#zotero-icon {
|
||||
|
|
|
@ -59,6 +59,7 @@ row > label, row > hbox
|
|||
-moz-margin-end: 5px !important;
|
||||
padding: 0 2px 0 2px !important;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
|
|
|
@ -153,6 +153,7 @@ hbox.zotero-date-field-status > label
|
|||
background-position: center !important;
|
||||
border-width: 0 !important;
|
||||
-moz-border-radius: 4px !important;
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
|
||||
/* Merge pane in duplicates view */
|
||||
|
|
|
@ -24,6 +24,7 @@ row > label, row > hbox
|
|||
-moz-margin-end: 5px !important;
|
||||
padding: 0 2px 0 2px !important;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
|
||||
.quick-format-bubble {
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: #dee7f8;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
@ -124,6 +125,7 @@
|
|||
|
||||
.quick-format-bubble[selected="true"] {
|
||||
-moz-border-radius: 8px !important;
|
||||
border-radius: 8px !important;
|
||||
background-color: #598bec;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
@ -160,6 +160,7 @@ label.zotero-text-link {
|
|||
.zotero-clicky
|
||||
{
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue