Remove -moz-border-radius (supplanted by border-radius)

This commit is contained in:
Simon Kornblith 2013-04-17 01:42:11 -04:00
parent f42ded42c6
commit d154d7ed7f
2 changed files with 0 additions and 3 deletions

View file

@ -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;

View file

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