From d154d7ed7f726a15ebce832d0e976eb60ca51048 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 17 Apr 2013 01:42:11 -0400 Subject: [PATCH] Remove -moz-border-radius (supplanted by border-radius) --- chrome/skin/default/zotero/integration.css | 2 -- chrome/skin/default/zotero/zotero.css | 1 - 2 files changed, 3 deletions(-) diff --git a/chrome/skin/default/zotero/integration.css b/chrome/skin/default/zotero/integration.css index ea6d2ba74..10d32a5f2 100644 --- a/chrome/skin/default/zotero/integration.css +++ b/chrome/skin/default/zotero/integration.css @@ -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; diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index 4900c63a7..e3ac5ad57 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -179,7 +179,6 @@ label.zotero-text-link { .zotero-clicky { - -moz-border-radius: 6px; border-radius: 6px; border: 1px solid transparent; }