| Index: chrome/browser/resources/extensions_infobar_mac.css
|
| ===================================================================
|
| --- chrome/browser/resources/extensions_infobar_mac.css (revision 0)
|
| +++ chrome/browser/resources/extensions_infobar_mac.css (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +/**
|
| + * The following style rules affect Extension Infobars on the Mac.
|
| + */
|
| +
|
| +body {
|
| + background: -webkit-gradient(linear, left top, left bottom,
|
| + from(#EBEBEB), to(#CFCFCF));
|
| + font-family: 'Lucida Grande', Helvetica, sans-serif;
|
| + font-size: 11px;
|
| + height: 36px; /* Infobars are limited to 36-72px */
|
| + margin: 0px;
|
| + overflow: hidden;
|
| +}
|
|
|
| Property changes on: chrome/browser/resources/extensions_infobar_mac.css
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|