summaryrefslogtreecommitdiff
path: root/modules/shortcut
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 07:04:48 +0000
commita873518489a07e8354361fc3db9e6ad418fb5d2c (patch)
treeb8b590aa7cc94e3678d063ea6ee8a145f12b4f79 /modules/shortcut
parent69da4d7e579aadd6bd4ba609cd6138051d5c2675 (diff)
downloadbrdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.gz
brdo-a873518489a07e8354361fc3db9e6ad418fb5d2c.tar.bz2
#746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50
Diffstat (limited to 'modules/shortcut')
-rw-r--r--modules/shortcut/shortcut.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/shortcut/shortcut.css b/modules/shortcut/shortcut.css
index baaf20efc..a0d8204c8 100644
--- a/modules/shortcut/shortcut.css
+++ b/modules/shortcut/shortcut.css
@@ -23,9 +23,9 @@ div#toolbar div.toolbar-shortcuts ul {
div#toolbar div.toolbar-shortcuts ul li a {
padding: 0 5px 0 5px;
margin-right: 5px;
- border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
div#toolbar div.toolbar-shortcuts ul li a:focus,
@@ -45,9 +45,9 @@ div#toolbar div.toolbar-shortcuts span.icon {
width: 30px;
height: 30px;
margin-right: 5px;
- border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
div.add-or-remove-shortcuts {
@@ -90,12 +90,12 @@ div.add-or-remove-shortcuts a:hover span.text {
display: block;
padding-right: 6px;
cursor: pointer;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- -moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
- -webkit-border-top-right-radius: 5px;
+ -moz-border-radius-topright: 5px;
-webkit-border-bottom-right-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+ border-bottom-right-radius: 5px;
+ border-top-right-radius: 5px;
}
#shortcut-set-switch .form-type-radios {