Replace uses of prefixed properties with unprefixed versions in the UA stylesheets
https://bugs.webkit.org/show_bug.cgi?id=98453
Patch by Tab Atkins <jackalmage@gmail.com> on 2012-10-05
Reviewed by Ojan Vafai.
Switched 'border-radius' and 'box-shadow' to their unprefixed version in the UA stylesheets.
No new tests, because the unprefixed properties have the same behavior as the prefixed.
* css/fullscreenQuickTime.css:
(video:-webkit-full-screen::-webkit-media-controls-panel):
* css/html.css:
(keygen, select):
(select[size][multiple]):
(select[size="1"]):
(::-webkit-validation-bubble-message):
* css/themeBlackBerry.css:
(input, textarea):
* css/themeChromiumAndroid.css:
(select[size][multiple]):
* css/themeQtNoListboxes.css:
(select[size][multiple]):
* css/themeWin.css:
(select[size="1"]):
* css/view-source.css:
(.webkit-html-message-bubble):
git-svn-id: svn://svn.chromium.org/blink/trunk@130516 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index 1f455d8..e5c2386 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -648,7 +648,7 @@
#endif
keygen, select {
- -webkit-border-radius: 5px;
+ border-radius: 5px;
}
keygen::-webkit-keygen-select {
@@ -875,7 +875,7 @@
-webkit-appearance: listbox;
-webkit-box-align: start;
border: 1px inset gray;
- -webkit-border-radius: initial;
+ border-radius: initial;
white-space: initial;
}
@@ -884,7 +884,7 @@
-webkit-appearance: menulist;
-webkit-box-align: center;
border: 1px solid;
- -webkit-border-radius: 5px;
+ border-radius: 5px;
white-space: pre;
}
@@ -925,7 +925,7 @@
border: solid 2px #400;
background: -webkit-gradient(linear, left top, left bottom, from(#f8ecec), to(#e8cccc));
padding: 8px;
- -webkit-border-radius: 8px;
+ border-radius: 8px;
-webkit-box-shadow: 4px 4px 4px rgba(100,100,100,0.6),
inset -2px -2px 1px #d0c4c4,
inset 2px 2px 1px white;