blob: dcf4303f059898fd8fb7bf521fac1d1520039ca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* The following style rules affect Extension Infobars.
*/
body {
background: -webkit-gradient(linear, left top, left bottom,
from(#DAE7F9), to(#B5CBE8));
font-family: Segoe UI, Tahoma;
font-size: 11px;
height: 36px; /* Infobars are limited to 36-72px */
margin: 0px;
overflow: hidden;
}
|