Specify both -moz-border-radius and border-radius.

Closes #66, Quick Format is square on nightly
This commit is contained in:
Simon Kornblith 2012-03-09 20:24:28 -05:00
parent beb77864cb
commit 63c4096a6c
7 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,7 @@ body[multiline="true"] {
#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;
border-radius:15px;
padding: 10px; padding: 10px;
} }

View file

@ -28,6 +28,7 @@
#quick-format-entry:not([square="true"]) { #quick-format-entry:not([square="true"]) {
-moz-border-radius: 15px; -moz-border-radius: 15px;
border-radius: 15px;
} }
#zotero-icon { #zotero-icon {

View file

@ -59,6 +59,7 @@ row > label, row > hbox
-moz-margin-end: 5px !important; -moz-margin-end: 5px !important;
padding: 0 2px 0 2px !important; padding: 0 2px 0 2px !important;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid transparent; border: 1px solid transparent;
} }

View file

@ -153,6 +153,7 @@ hbox.zotero-date-field-status > label
background-position: center !important; background-position: center !important;
border-width: 0 !important; border-width: 0 !important;
-moz-border-radius: 4px !important; -moz-border-radius: 4px !important;
border-radius: 4px !important;
} }
/* Merge pane in duplicates view */ /* Merge pane in duplicates view */

View file

@ -24,6 +24,7 @@ row > label, row > hbox
-moz-margin-end: 5px !important; -moz-margin-end: 5px !important;
padding: 0 2px 0 2px !important; padding: 0 2px 0 2px !important;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid transparent; border: 1px solid transparent;
} }

View file

@ -108,6 +108,7 @@
.quick-format-bubble { .quick-format-bubble {
-moz-border-radius: 8px; -moz-border-radius: 8px;
border-radius: 8px;
background-color: #dee7f8; background-color: #dee7f8;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
@ -124,6 +125,7 @@
.quick-format-bubble[selected="true"] { .quick-format-bubble[selected="true"] {
-moz-border-radius: 8px !important; -moz-border-radius: 8px !important;
border-radius: 8px !important;
background-color: #598bec; background-color: #598bec;
color: #fff; color: #fff;
} }

View file

@ -160,6 +160,7 @@ label.zotero-text-link {
.zotero-clicky .zotero-clicky
{ {
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid transparent; border: 1px solid transparent;
} }