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

body {
  background: -webkit-linear-gradient(#E9E9E9, #DADADA);
  font-family: Segoe UI, Tahoma;
  font-size: 11px;
  height: 36px; /* Infobars are limited to 36-72px */
  margin: 0;
  overflow: hidden;
}