summaryrefslogtreecommitdiff
path: root/modules/contextual
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/contextual
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/contextual')
-rw-r--r--modules/contextual/contextual.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/contextual/contextual.css b/modules/contextual/contextual.css
index f474463be..a64e23a46 100644
--- a/modules/contextual/contextual.css
+++ b/modules/contextual/contextual.css
@@ -36,9 +36,9 @@ a.contextual-links-trigger {
text-indent: 34px; /* LTR */
width: 28px;
overflow: hidden;
+ -khtml-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
- -khtml-border-radius: 4px;
border-radius: 4px;
}
a.contextual-links-trigger:hover,
@@ -53,8 +53,8 @@ div.contextual-links-active a.contextual-links-trigger {
position: relative;
z-index: 1;
-moz-border-radius: 4px 4px 0 0;
- -webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
+ -webkit-border-bottom-right-radius: 0;
border-radius: 4px 4px 0 0;
}
div.contextual-links-wrapper ul.contextual-links {
@@ -69,10 +69,10 @@ div.contextual-links-wrapper ul.contextual-links {
top: 18px;
white-space: nowrap;
-moz-border-radius: 4px 0 4px 4px; /* LTR */
- -webkit-border-top-left-radius: 4px; /* LTR */
- -webkit-border-top-right-radius: 0; /* LTR */
- -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-border-top-right-radius: 0; /* LTR */
+ -webkit-border-top-left-radius: 4px; /* LTR */
border-radius: 4px 0 4px 4px; /* LTR */
}
.contextual-links-region:hover a.contextual-links-trigger,