diff options
Diffstat (limited to 'chrome/browser/resources/mediaplayer.html')
-rw-r--r-- | chrome/browser/resources/mediaplayer.html | 6 |
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; |