Remove -moz-border-radius (supplanted by border-radius)
This commit is contained in:
parent
f42ded42c6
commit
d154d7ed7f
2 changed files with 0 additions and 3 deletions
|
@ -107,7 +107,6 @@
|
|||
}
|
||||
|
||||
.quick-format-bubble {
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: #dee7f8;
|
||||
border-style: solid;
|
||||
|
@ -124,7 +123,6 @@
|
|||
}
|
||||
|
||||
.quick-format-bubble[selected="true"] {
|
||||
-moz-border-radius: 8px !important;
|
||||
border-radius: 8px !important;
|
||||
background-color: #598bec;
|
||||
color: #fff;
|
||||
|
|
|
@ -179,7 +179,6 @@ label.zotero-text-link {
|
|||
|
||||
.zotero-clicky
|
||||
{
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue