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