summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions_infobar.css
blob: 6cfd064141d92b0c598afc169b8c742f4b5d018f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

/**
 * 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;
}