summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/mediaplayer.html
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 21:27:21 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-08 21:27:21 +0000
commit03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3 (patch)
tree2aa44093007195db1a330edf2079ddbe176bfe43 /chrome/browser/resources/mediaplayer.html
parente40f5a0b82006e487aada4559c2704dc1211f041 (diff)
downloadchromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.zip
chromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.tar.gz
chromium_src-03ac7747b8185a508ad89ff87f64c4e3b1c5a8d3.tar.bz2
Remove CSS vendor prefixes where not needed.
The following css properties where updated. -webkit-background-size -webkit-box-sizing -webkit-border-radius -webkit-border-top-left-radius -webkit-border-top-right-radius -webkit-border-bottom-left-radius -webkit-border-bottom-right-radius BUG=None TEST=None Review URL: http://codereview.chromium.org/5672001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/mediaplayer.html')
-rw-r--r--chrome/browser/resources/mediaplayer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/mediaplayer.html b/chrome/browser/resources/mediaplayer.html
index f3aae4c..effa78b 100644
--- a/chrome/browser/resources/mediaplayer.html
+++ b/chrome/browser/resources/mediaplayer.html
@@ -74,7 +74,7 @@ body {
right: 120px;
height: 5px;
position: absolute;
- -webkit-border-radius: 3px;
+ border-radius: 3px;
background: -webkit-gradient(linear,
left top,
left bottom,
@@ -88,7 +88,7 @@ body {
width:0;
left: -1px;
top: -1px;
- -webkit-border-radius: 3px;
+ border-radius: 3px;
border: 1px solid #9ca5b7;
position: absolute;
background: -webkit-gradient(linear,
@@ -103,7 +103,7 @@ body {
width:0;
left: -1px;
top: -1px;
- -webkit-border-radius: 3px;
+ border-radius: 3px;
position: absolute;
background: #6a799a;
border: 1px solid #ffffff;