gecko/mobile/themes/wince/platform.css

859 lines
25 KiB
CSS

/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is Mozilla Mobile Browser.
*
* The Initial Developer of the Original Code is
* Mozilla Corporation.
* Portions created by the Initial Developer are Copyright (C) 2008
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Mark Finkle <mfinkle@mozilla.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* global skin ------------------------------------------------------------- */
@import url(chrome://global/skin/);
/* general stuff ------------------------------------------------------------ */
/* Override any OS inverse themes */
richlistbox,
textbox {
color: black;
background-color: white;
}
textbox[isempty="true"] {
color: gray;
}
/* panels ------------------------------------------------------------------ */
.panel-dark {
color: white;
background-color: #36373b;
}
/* sidebars spacer --------------------------------------------------------- */
.sidebar-spacer {
background-color: #36373b;
}
/* dialog popups ----------------------------------------------------------- */
.dialog-dark {
color: #fff;
background-color: #36373b;
border-width: 0.4mm 0.3mm 0.4mm 0.3mm;
border-style: solid;
-moz-border-top-colors: black #4a4b4f;
-moz-border-left-colors: black #4a4b4f;
-moz-border-bottom-colors: black #4a4b4f;
-moz-border-right-colors: black #4a4b4f;
-moz-border-radius: 1mm 1mm 1mm 1mm;
-moz-box-shadow: black 0 0.25mm 0.25mm;
padding: 1mm;
}
/* prompt dialogs ---------------------------------------------------------- */
.modal-block {
padding: 8mm;
}
.modal-block dialog {
color: #fff;
background-color: transparent;
-moz-border-radius: 1mm;
-moz-box-shadow: black 0 0.1mm 0.1mm;
}
dialog .prompt-header {
padding: 1mm;
font-size: 8pt !important;
-moz-border-radius: 1mm 1mm 0 0;
background-color: #36373b;
border-style: solid;
border-width: 0.4mm 0.3mm 0.2mm 0.3mm;
-moz-border-top-colors: black #4a4b4f;
-moz-border-left-colors: black #4a4b4f;
-moz-border-bottom-colors: black #4a4b4f;
-moz-border-right-colors: black #4a4b4f;
}
dialog hbox > .close-button {
min-height: 0 !important;
min-width: 0 !important;
display: none;
}
dialog[closebutton="true"] hbox > .close-button {
display: -moz-box;
}
dialog .prompt-title {
font-size: 9pt !important;
}
dialog .prompt-message {
margin-top: 1mm;
}
dialog .button-checkbox {
margin-left: 3mm;
}
/* buttons ----------------------------------------------------------------- */
.button-text,
.toolbarbutton-text {
font-weight: bold !important;
font-size: 8pt !important;
}
button {
min-width: 6mm !important; /* button size */
min-height: 6mm !important; /* button size */
color: #000;
padding: 0.25mm 0.5mm;
background-color: transparent;
-moz-appearance: none !important;
}
button[disabled="true"] {
color: #aaa !important;
}
/* hi-res screens */
@media all and (min-device-width: 401px) {
button {
border-width: 8px !important;
-moz-border-image: url("chrome://browser/skin/images/button-default-64.png") 8 repeat repeat;
}
button[type="checkbox"][checked="true"],
button:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/button-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
button {
border-width: 4px !important;
-moz-border-image: url("chrome://browser/skin/images/button-default-36.png") 4 repeat repeat;
}
button[type="checkbox"][checked="true"],
button:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/button-active-36.png") 4 repeat repeat;
}
}
button:focus > .button-box {
border: 1px solid transparent;
}
/* dark buttons ------------------------------------------------------------ */
/*
we set notification buttons here as well, since the style can't be set in
scoped CSS file, like notification.css, when the buttons are added later
*/
button.button-dark,
notification button {
color: #fff !important;
background: transparent !important;
}
/* notification background is too light for a white caption */
notification button {
color: #000 !important;
}
button.button-dark[disabled="true"] {
color: #ddd !important;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
button.button-dark,
notification button {
-moz-border-image: url("chrome://browser/skin/images/buttondark-default-64.png") 8 repeat repeat;
}
button.button-dark[type="checkbox"][checked="true"],
button.button-dark:not([disabled="true"]):active:hover,
notification button:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/buttondark-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
button.button-dark,
notification button {
-moz-border-image: url("chrome://browser/skin/images/buttondark-default-36.png") 4 repeat repeat;
}
button.button-dark[type="checkbox"][checked="true"],
button.button-dark:not([disabled="true"]):active:hover,
notification button:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/buttondark-active-36.png") 4 repeat repeat;
}
}
/* spinbuttons ------------------------------------------------------------- */
textbox hbox.numberbox-input-box {
max-width: 96px;
border: 0.35mm solid #262629;
border-right: 0px solid transparent;
-moz-border-radius-topleft: 1mm;
-moz-border-radius-bottomleft: 1mm;
-moz-border-top-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
}
spinbuttons .spinbuttons-box {
-moz-box-orient: horizontal !important;
-moz-box-direction: reverse !important;
}
spinbuttons .spinbuttons-up .button-icon,
spinbuttons .spinbuttons-down .button-icon {
display: block;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
spinbuttons .spinbuttons-up {
border-width: 8px;
-moz-border-image: url("chrome://browser/skin/images/toggleoff-inactive-64.png") 8 repeat repeat !important;
list-style-image: url("chrome://browser/skin/images/arrowup-16.png");
}
spinbuttons .spinbuttons-up:hover:active:not([disabled=true]) {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-active-64.png") 8 repeat repeat !important;
}
spinbuttons .spinbuttons-down {
border-width: 8px;
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-inactive-64.png") 8 repeat repeat !important;
list-style-image: url("chrome://browser/skin/images/arrowdown-16.png");
}
spinbuttons .spinbuttons-down:hover:active:not([disabled=true]) {
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-active-64.png") 8 repeat repeat !important;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
spinbuttons .spinbuttons-up {
border-width: 4px;
-moz-border-image: url("chrome://browser/skin/images/toggleoff-inactive-36.png") 4 repeat repeat !important;
list-style-image: url("chrome://browser/skin/images/arrowup-16.png");
}
spinbuttons .spinbuttons-up:hover:active:not([disabled=true]) {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-active-36.png") 4 repeat repeat !important;
}
spinbuttons .spinbuttons-down {
border-width: 4px;
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-inactive-36.png") 4 repeat repeat !important;
list-style-image: url("chrome://browser/skin/images/arrowdown-16.png");
}
spinbuttons .spinbuttons-down:hover:active:not([disabled=true]) {
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-active-36.png") 4 repeat repeat !important;
}
}
/* toolbar buttons --------------------------------------------------------- */
toolbarbutton {
-moz-appearance: none !important;
margin: 0;
padding: 0.25mm;
}
toolbarbutton:not(.show-text) .toolbarbutton-text {
display: none !important;
}
toolbarbutton:not(.show-text) .toolbarbutton-icon,
toolbarbutton:not([image]) .toolbarbutton-icon,
toolbarbutton[image=""] .toolbarbutton-icon {
-moz-margin-end: 0;
}
toolbarbutton:hover,
toolbarbutton:hover:active,
toolbarbutton[open="true"] {
border-color: transparent;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
toolbarbutton {
min-width: 64px !important; /* primary button size (match image pixels)*/
min-height: 64px !important; /* primary button size (match image pixels) */
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
toolbarbutton {
min-width: 36px !important; /* primary button size (match image pixels) */
min-height: 36px !important; /* primary button size (match image pixels) */
}
}
/* dark buttons ------------------------------------------------------------ */
toolbarbutton.button-dark {
color: #fff;
padding: 0.25mm 0.5mm;
}
toolbarbutton.button-dark[disabled="true"] {
color: #ddd;
}
toolbarbutton.button-dark[type="checkbox"][checked="true"] {
/* checked overrides */
color: #fff !important;
background: none !important;
padding: 0.25mm 0.5mm !important;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
toolbarbutton.button-dark {
border-width: 10px;
-moz-border-image: url("chrome://browser/skin/images/toolbarbutton-default-64.png") 10 repeat repeat;
}
toolbarbutton.button-dark[type="checkbox"][checked="true"],
toolbarbutton.button-dark:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/toolbarbutton-active-64.png") 10 repeat repeat;
}
toolbarbutton.button-dark[type="checkbox"][checked="true"] {
border: 10px solid transparent !important;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
toolbarbutton.button-dark {
border-width: 6px;
-moz-border-image: url("chrome://browser/skin/images/toolbarbutton-default-36.png") 6 repeat repeat;
}
toolbarbutton.button-dark[type="checkbox"][checked="true"],
toolbarbutton.button-dark:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/toolbarbutton-active-36.png") 6 repeat repeat;
}
toolbarbutton.button-dark[type="checkbox"][checked="true"] {
border: 6px solid transparent !important;
}
}
/* image buttons ----------------------------------------------------------- */
.button-image {
padding: 0 !important;
background: #36373b !important;
border: none !important;
}
/* checkbox buttons ----------------------------------------------------------- */
.button-checkbox {
color: #fff;
padding: 0 !important;
background: none !important;
border: none !important;
-moz-border-image: none !important;
}
.button-checkbox .button-image-icon {
-moz-margin-end: 8px;
list-style-image: url("chrome://browser/skin/images/check-unselected-30.png");
}
.button-checkbox[checked="true"] .button-image-icon {
list-style-image: url("chrome://browser/skin/images/check-selected-30.png");
}
.button-checkbox:hover:active > .button-box,
.button-checkbox[checked="true"] > .button-box {
padding-top: 1px;
padding-bottom: 2px;
-moz-padding-start: 3px;
-moz-padding-end: 4px;
}
/* radio buttons ----------------------------------------------------------- */
radiogroup {
-moz-box-orient: horizontal;
}
.radio-label {
font-weight: bold !important;
font-size: 8pt !important;
}
radio {
color: #36373b;
min-width: 6mm !important; /* button size */
min-height: 6mm !important; /* button size */
padding: 0.5mm 1.1mm 0.1mm 0.5mm !important;
margin: 0;
-moz-box-align: center;
-moz-appearance: none;
}
radio .radio-icon, radio .radio-check {
display: none;
}
radio:not([disabled=true]):active:hover,
radio[selected] {
color: #000;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
radio {
border-width: 8px;
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-inactive-64.png") 8 repeat repeat;
}
radio:not([disabled=true]):active:hover,
radio[selected] {
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-active-64.png") 8 repeat repeat;
}
radio:first-child {
-moz-border-image: url("chrome://browser/skin/images/toggleleft-inactive-64.png") 8 repeat repeat;
}
radio:not([disabled=true]):first-child:active:hover,
radio:first-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleleft-active-64.png") 8 repeat repeat;
}
radio:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggleright-inactive-64.png") 8 repeat repeat;
}
radio:not([disabled=true]):last-child:active:hover,
radio:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleright-active-64.png") 8 repeat repeat;
}
radio:first-child:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggleboth-inactive-64.png") 8 repeat repeat;
}
radio:not([disabled=true]):first-child:last-child:active:hover,
radio:first-child:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleboth-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
radio {
border-width: 4px;
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-inactive-36.png") 4 repeat repeat;
}
radio:not([disabled=true]):active:hover,
radio[selected] {
-moz-border-image: url("chrome://browser/skin/images/togglemiddle-active-36.png") 4 repeat repeat;
}
radio:first-child {
-moz-border-image: url("chrome://browser/skin/images/toggleleft-inactive-36.png") 4 repeat repeat;
}
radio:not([disabled=true]):first-child:active:hover,
radio:first-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleleft-active-36.png") 4 repeat repeat;
}
radio:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggleright-inactive-36.png") 4 repeat repeat;
}
radio:not([disabled=true]):last-child:active:hover,
radio:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleright-active-36.png") 4 repeat repeat;
}
radio:first-child:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggleboth-inactive-36.png") 4 repeat repeat;
}
radio:not([disabled=true]):first-child:last-child:active:hover,
radio:first-child:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleboth-active-36.png") 4 repeat repeat;
}
}
/* checkbox radios --------------------------------------------------------- */
checkbox {
margin: 1px 5px 2px 5px; /* match platform style for buttons */
}
radio.checkbox-radio-on:not([selected]) .radio-label-box,
radio.checkbox-radio-off:not([selected]) .radio-label-box {
visibility: hidden;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
radio.checkbox-radio-on {
-moz-border-image: url("chrome://browser/skin/images/toggleon-inactive-64.png") 8 repeat repeat;
}
radio.checkbox-radio-on[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleon-active-64.png") 8 repeat repeat;
}
radio.checkbox-radio-off {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-inactive-64.png") 8 repeat repeat;
}
radio.checkbox-radio-off[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
radio.checkbox-radio-on {
-moz-border-image: url("chrome://browser/skin/images/toggleon-inactive-36.png") 4 repeat repeat;
}
radio.checkbox-radio-on[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleon-active-36.png") 4 repeat repeat;
}
radio.checkbox-radio-off {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-inactive-36.png") 4 repeat repeat;
}
radio.checkbox-radio-off[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggleoff-active-36.png") 4 repeat repeat;
}
}
/* dark radios ------------------------------------------------------------- */
.toggle-dark radio {
color: #fff;
}
.toggle-dark:not([disabled=true]) radio:active:hover,
.toggle-dark radio[selected] {
color: #fff;
}
/* high-res screens */
@media all and (min-device-width: 401px) {
.toggle-dark radio {
-moz-border-image: url("chrome://browser/skin/images/toggledarkmiddle-inactive-64.png") 8 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:active:hover,
.toggle-dark radio[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkmiddle-active-64.png") 8 repeat repeat;
}
.toggle-dark radio:first-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkleft-inactive-64.png") 8 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:first-child:active:hover,
.toggle-dark radio:first-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkleft-active-64.png") 8 repeat repeat;
}
.toggle-dark radio:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkright-inactive-64.png") 8 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:last-child:active:hover,
.toggle-dark radio:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkright-active-64.png") 8 repeat repeat;
}
.toggle-dark radio:first-child:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkboth-inactive-64.png") 8 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:first-child:last-child:active:hover,
.toggle-dark radio:first-child:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkboth-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
.toggle-dark radio {
-moz-border-image: url("chrome://browser/skin/images/toggledarkmiddle-inactive-36.png") 4 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:active:hover,
.toggle-dark radio[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkmiddle-active-36.png") 4 repeat repeat;
}
.toggle-dark radio:first-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkleft-inactive-36.png") 4 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:first-child:active:hover,
.toggle-dark radio:first-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkleft-active-36.png") 4 repeat repeat;
}
.toggle-dark radio:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkright-inactive-36.png") 4 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:last-child:active:hover,
.toggle-dark radio:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkright-active-36.png") 4 repeat repeat;
}
.toggle-dark radio:first-child:last-child {
-moz-border-image: url("chrome://browser/skin/images/toggledarkboth-inactive-36.png") 4 repeat repeat;
}
.toggle-dark:not([disabled=true]) radio:first-child:last-child:active:hover,
.toggle-dark radio:first-child:last-child[selected] {
-moz-border-image: url("chrome://browser/skin/images/toggledarkboth-active-36.png") 4 repeat repeat;
}
}
/* richlistbox ------------------------------------------------------------- */
richlistbox {
margin: 0;
}
richlistitem {
min-height: 7.2mm; /* row size */
padding: 5px;
border-bottom: 1px solid rgb(207,207,207);
}
richlistitem label.title,
richlistitem description.title {
font-size: 9pt !important;
}
richlistitem label.normal,
richlistitem description.normal {
color: gray;
font-size: 8pt !important;
white-space: pre-wrap;
}
richlistitem label.normal-bold,
richlistitem description.normal-bold {
font-weight: bold;
font-size: 60% !important;
white-space: pre-wrap;
}
richlistitem[selected="true"] {
color: black;
background-color: white;
}
richlistitem:active:not([selected="true"]):not([nohighlight="true"]) {
background-color: #8db8d8;
}
richlistitem.section-header,
richlistitem[selected="true"].section-header {
font-weight: bold;
color: #000;
background-color: lightgray;
}
richlistitem .show-on-select {
visibility: collapse;
}
richlistitem[selected="true"] .show-on-select {
visibility: visible;
}
richlistitem .hide-on-select {
visibility: visible;
}
richlistitem[selected="true"] .hide-on-select {
visibility: collapse;
}
richlistitem[typeName="message"] {
border-bottom: 0px;
}
/* colorpicker ------------------------------------------------------------- */
colorpicker > panel {
background-color: #36373b;
}
colorpicker > vbox {
background-color: #36373b;
}
/* textbox ----------------------------------------------------------------- */
/* high-res screens */
@media all and (min-device-width: 401px) {
.textbox-search-icon {
list-style-image: url("chrome://browser/skin/images/search-glass-30.png");
}
.textbox-search-clear {
list-style-image: url("chrome://browser/skin/images/search-clear-30.png");
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
.textbox-search-icon {
list-style-image: url("chrome://browser/skin/images/search-glass-16.png");
}
.textbox-search-clear {
list-style-image: url("chrome://browser/skin/images/search-clear-16.png");
}
}
/* menulist ---------------------------------------------------------------- */
.menulist-label {
font-weight: bold !important;
font-size: 9pt !important;
}
menulist {
min-width: 6mm !important; /* button size */
min-height: 6mm !important; /* button size */
color: #000;
padding: 0.25mm;
-moz-appearance: none !important;
}
/* hi-res screens */
@media all and (min-device-width: 401px) {
menulist {
border-width: 8px !important;
-moz-border-image: url("chrome://browser/skin/images/button-default-64.png") 8 repeat repeat;
}
menulist:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/button-active-64.png") 8 repeat repeat;
}
menulist.button-dark {
color: #fff !important;
background: transparent !important;
-moz-border-image: url("chrome://browser/skin/images/buttondark-default-64.png") 8 repeat repeat;
}
menulist.button-dark:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/buttondark-active-64.png") 8 repeat repeat;
}
}
/* low-res screens */
@media all and (max-device-width: 400px) {
menulist {
border-width: 4px !important;
-moz-border-image: url("chrome://browser/skin/images/button-default-36.png") 4 repeat repeat;
}
menulist:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/button-active-36.png") 4 repeat repeat;
}
menulist.button-dark {
color: #fff !important;
background: transparent !important;
-moz-border-image: url("chrome://browser/skin/images/buttondark-default-36.png") 8 repeat repeat;
}
menulist.button-dark:not([disabled="true"]):active:hover {
-moz-border-image: url("chrome://browser/skin/images/buttondark-active-36.png") 8 repeat repeat;
}
}
menulist[disabled="true"] {
color: #aaa !important;
}
menulist.button-dark[disabled="true"] {
color: #ddd !important;
}
menulist > dropmarker {
height: 30px;
width: 38px;
margin-left: 5px;
-moz-box-align: center;
-moz-box-pack: center;
list-style-image: url("chrome://browser/skin/images/dropmarker-30.png");
-moz-image-region: auto;
display: block;
}
menulist > dropmarker[disabled="true"] {
list-style-image: url("chrome://browser/skin/images/dropmarker-disabled-30.png");
}
/* progressmeter ----------------------------------------------------------- */
progressmeter {
background-color: #fff;
padding: 0.45mm;
height: 3mm;
border: 0.35mm solid #aaa;
-moz-border-top-colors: -moz-initial;
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
-moz-border-radius: 0.75mm;
}
.progress-bar
{
background-color: #8db8d8;
}