@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Overall comments are located at the end */

/* ============  Code Start  ====================== */

/* Change Color of Horizontal Bars */
toolbar, statusbarpanel, tabs {
  -moz-appearance: none !important;
  background-color: rgb(205,225,252) !important;
}

/* ============  Code End    ====================== */

/* =================  Overall Comments  =================
- This style changes the background color of the main horizontal bars
in Firefox (except scroll bar). It doesn't change color of tabs.
- Easily & quickly experiment changing the above color (defined in RGB) to
your preference.
- This Style was tested on Firefox 2.0 using its default
theme "Firefox (default) 2.0".
- This style was initially written with   RGB=205,225,252   a light blue.
- General note:  For people who prefer setting colors as
RGB, the existing code for any color in any Style can be
modified by using the format shown in the above code.
====================  End Overall Comments    ============ */