summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions_infobar.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/extensions_infobar.css')
-rw-r--r--chrome/browser/resources/extensions_infobar.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/resources/extensions_infobar.css b/chrome/browser/resources/extensions_infobar.css
index dcf4303..b451818 100644
--- a/chrome/browser/resources/extensions_infobar.css
+++ b/chrome/browser/resources/extensions_infobar.css
@@ -3,8 +3,7 @@
*/
body {
- background: -webkit-gradient(linear, left top, left bottom,
- from(#DAE7F9), to(#B5CBE8));
+ background: -webkit-linear-gradient(#DAE7F9, #B5CBE8);
font-family: Segoe UI, Tahoma;
font-size: 11px;
height: 36px; /* Infobars are limited to 36-72px */