#746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50
parent
69da4d7e57
commit
a873518489
|
@ -20,9 +20,9 @@ a.block-demo-backlink,
|
|||
a.block-demo-backlink:link,
|
||||
a.block-demo-backlink:visited {
|
||||
background-color: #B4D7F0;
|
||||
border-radius: 0 0 10px 10px;
|
||||
-moz-border-radius: 0 0 10px 10px;
|
||||
-webkit-border-radius: 0 0 10px 10px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
color: #000;
|
||||
font-family: "Lucida Grande", Verdana, sans-serif;
|
||||
font-size: small;
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
padding: 6px 4px 6px 8px;
|
||||
margin: 3px 3px 3px 0;
|
||||
float: left;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#dashboard .dashboard-add-other-blocks {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -69,8 +69,8 @@ fieldset.collapsible .fieldset-legend {
|
|||
display: block;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.resizable-textarea .grippie {
|
||||
|
|
|
@ -42,9 +42,9 @@ body.toolbar-drawer {
|
|||
margin: 0 -20px;
|
||||
padding: 0 20px;
|
||||
z-index: 600;
|
||||
box-shadow: 0 3px 20px #000;
|
||||
-moz-box-shadow: 0 3px 20px #000;
|
||||
-webkit-box-shadow: 0 3px 20px #000;
|
||||
box-shadow: 0 3px 20px #000;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
|
||||
}
|
||||
|
|
|
@ -1344,10 +1344,10 @@ html.js input.throbbing {
|
|||
.comment-form .form-textarea {
|
||||
-khtml-border-radius-topleft: 4px;
|
||||
-khtml-border-radius-topright: 4px;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
|
|
@ -334,10 +334,10 @@ span.form-required {
|
|||
text-decoration: none;
|
||||
-khtml-border-radius: 0 0 2px 2px;
|
||||
-moz-border-radius: 0 0 2px 2px;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 2px;
|
||||
-webkit-border-bottom-right-radius: 2px;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
#skip-link a:hover,
|
||||
|
|
|
@ -305,8 +305,10 @@
|
|||
border-bottom: solid 1px #ccc;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
padding: 0 1em 0 10px;
|
||||
|
@ -317,7 +319,8 @@
|
|||
float: none;
|
||||
padding: 0 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 7px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
|
||||
color: #fff;
|
||||
|
@ -362,9 +365,9 @@
|
|||
border-left-color: #D2D2D2;
|
||||
border-right-color: #D2D2D2;
|
||||
background: url(images/buttons.png) 0 0 repeat-x;
|
||||
border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
-webkit-border-radius: 15px;
|
||||
-webkit-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane button:active {
|
||||
background: #666;
|
||||
|
@ -394,9 +397,9 @@
|
|||
border-left-color: #D2D2D2;
|
||||
border-right-color: #D2D2D2;
|
||||
background: url(images/buttons.png) 0 0 repeat-x;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.ui-slider a.ui-state-active,
|
||||
.ui-slider .ui-slider-handle:active {
|
||||
|
|
|
@ -164,12 +164,12 @@ pre {
|
|||
font-size: 0.94em;
|
||||
padding: 1px 10px 2px 10px;
|
||||
text-decoration: none;
|
||||
border-radius:0 0 10px 10px;
|
||||
-moz-border-radius: 0 0 10px 10px;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 10px;
|
||||
-webkit-border-bottom-right-radius: 10px;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
#skip-link a:hover,
|
||||
#skip-link a:focus,
|
||||
|
@ -279,10 +279,10 @@ ul.primary li.active a {
|
|||
border-width: 1px 1px 0 1px;
|
||||
border-style: solid;
|
||||
border-color: #a6a7a2;
|
||||
border-radius: 8px 8px 0 0;
|
||||
-moz-border-radius: 8px 8px 0 0;
|
||||
-webkit-border-top-left-radius: 8px;
|
||||
-webkit-border-top-right-radius: 8px;
|
||||
border-radius: 8px 8px 0 0;
|
||||
}
|
||||
ul.primary li.active a,
|
||||
ul.primary li.active a.active,
|
||||
|
@ -319,9 +319,9 @@ ul.secondary li a:hover,
|
|||
ul.secondary li.active a,
|
||||
ul.secondary li.active a.active {
|
||||
padding: 2px 10px;
|
||||
border-radius: 7px;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
ul.secondary li a:hover,
|
||||
ul.secondary li.active a,
|
||||
|
@ -353,9 +353,9 @@ ul.secondary li.active a.active {
|
|||
height: 55px;
|
||||
width: 80px;
|
||||
overflow: hidden;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#secondary-links ul.links li a:hover {
|
||||
background: #999;
|
||||
|
@ -649,9 +649,9 @@ a.button {
|
|||
border-left-color: #D2D2D2;
|
||||
border-right-color: #D2D2D2;
|
||||
background: url(images/buttons.png) 0 0 repeat-x;
|
||||
border-radius: 15px;
|
||||
-moz-border-radius: 20px;
|
||||
-webkit-border-radius: 15px;
|
||||
-webkit-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
a.button:link,
|
||||
a.button:visited,
|
||||
|
|
Loading…
Reference in New Issue