From a873518489a07e8354361fc3db9e6ad418fb5d2c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 3 Jan 2011 07:04:48 +0000 Subject: #746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50 --- modules/contextual/contextual.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/contextual') 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, -- cgit v1.2.3