summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions_infobar_mac.css
blob: 6ce98f370c7ec6bb902ba0b568c94cc060436e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * The following style rules affect Extension Infobars on the Mac.
 */

body {
  background: -webkit-linear-gradient(#EBEBEB, #CFCFCF);
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  font-size: 12px;
  height: 36px; /* Infobars are limited to 36-72px */
  margin: 0 38px;
  overflow: hidden;
}