diff --git a/modules/block/block.css b/modules/block/block.css index 1f543d92ae2976debc963548306b6eb9a3ec9541..51a168479be456e9c2489667ae05c6918bcbb9fa 100644 --- a/modules/block/block.css +++ b/modules/block/block.css @@ -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; diff --git a/modules/contextual/contextual.css b/modules/contextual/contextual.css index f474463be1175e2e7bffb4d01099b1849e436beb..a64e23a46f1afb49bb1b4d4f0e3c1d7a10530bf8 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, diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index 2134951bfcb66fbdde63b6a56911d00421a76a35..8976cc2610e38c9071594e3eb9725358d7ec1165 100644 --- a/modules/dashboard/dashboard.css +++ b/modules/dashboard/dashboard.css @@ -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 { diff --git a/modules/shortcut/shortcut.css b/modules/shortcut/shortcut.css index baaf20efc06bf927563f1765bb6bf6ef7853f325..a0d8204c88bc373195532d255594f258ddabdd1d 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 { diff --git a/modules/system/system.base.css b/modules/system/system.base.css index 29063cae1850df814680d0f73614e4465dde02da..088cda8825e65e3e3b1972f788d43028255c15ea 100644 --- a/modules/system/system.base.css +++ b/modules/system/system.base.css @@ -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 { diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index 2168f9225b0d542d235d51a0c7e9557aaf17fa59..d03454e41bf4f89ce0f0a1aa5244b2290a8ec080 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -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')"; } diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 481d04f6e29834adfe81dad21ac70e6c7d7ee052..80ad11e31a7824830477d9ef4dd2f170fc49e406 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -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; } diff --git a/themes/garland/style.css b/themes/garland/style.css index 82de2381e81051c02f8e8d28088e1aa736b91714..4b337caa599899d2b3ea8bbb01888bafcb751b83 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -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, diff --git a/themes/seven/jquery.ui.theme.css b/themes/seven/jquery.ui.theme.css index 88e6dd1f5b297d7c5ccba90117415c32f5c5f601..c26046ae129a8621d2e6b41496d967852d0dfa00 100644 --- a/themes/seven/jquery.ui.theme.css +++ b/themes/seven/jquery.ui.theme.css @@ -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 { diff --git a/themes/seven/style.css b/themes/seven/style.css index 0d1b6bdf79082a401e7293ec7971fabe4cd0ccc7..168f2c423a3b44558e658bad863d9a277de1deb5 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -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,