1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
39 .menuitem-highlight-1 {
46 border: 1px inset #CCD0DD;
49 .color-well[default="true"] {
50 border: 1px solid transparent !important;
51 background-color: inherit !important;
55 /* override large default min-width */
61 -moz-user-focus: normal;
65 border: 2px outset #CCD0DD;
72 #ColorPickerSwatch[default="true"] {
73 border: 2px solid transparent;
74 background-color: inherit;
80 border: 1px inset #CCD0DD;
83 -moz-margin-start: 4px;
88 border: 1px inset #CCD0DD;
89 -moz-margin-start: 10px;
90 -moz-padding-start: 5px;
91 -moz-padding-end: 5px;
96 /* ::::: table properties dialog ::::: */
98 #MoreFewerButton[more="0"] {
99 list-style-image: url(chrome://global/skin/arrow/arrow-down.gif);
103 #MoreFewerButton[more="1"] {
104 list-style-image: url(chrome://global/skin/arrow/arrow-up.gif);
109 list-style-image: url(chrome://global/skin/arrow/arrow-left.gif);
113 list-style-image: url(chrome://global/skin/arrow/arrow-right.gif);
116 #PreviousButton[type="row"] {
117 list-style-image: url(chrome://global/skin/arrow/arrow-up.gif);
120 #NextButton[type="row"] {
121 list-style-image: url(chrome://global/skin/arrow/arrow-down.gif);
124 /* ::::: spelling dialog ::::: */
135 /* ::::: color picker ::::: */
137 /* use outset shape for a button look */
139 border: 1px outset #CCD0DD;
140 /* This should be the same as for textbox */
141 -moz-margin-start: 4px;
142 /* For a little extra space between buttons */
147 .colorpicker:active {
148 border: 1px inset #CCD0DD;
172 /* These two should be the width of the checkbox and radio button images + margin + padding
173 Used to indent below those to the level of the text label next to image
186 .align-menu > .menu-iconic-left > .menu-iconic-icon {
191 .align-menu[value="top"] {
192 list-style-image:url("chrome://editor/skin/icons/img-align-top.gif") !important;
195 .align-menu[value="center"] {
196 list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif") !important;
199 .align-menu[value="bottom"] {
200 list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif") !important;
203 .align-menu[value="right"] {
204 list-style-image:url("chrome://editor/skin/icons/img-align-right.gif") !important;
207 .align-menu[value="left"] {
208 list-style-image:url("chrome://editor/skin/icons/img-align-left.gif") !important;
211 /* Don't change width/height of these without changing values in
212 GetOriginalWidth(), EdImageProps.js
215 border: 1px inset #CCD0DD;
223 overflow: -moz-hidden-unscrollable;
226 #preview-image-holder {
231 /* Rest are from Ben Goodger for Advanced Edit dialog
232 These need reviewing and eliminate all but essential attributes */
233 /* Have made some mods and eliminated some unnecessary portions.
234 hope to merge most of the treecell formatting into global as some of
235 this "property list" style treecell formatting is used by cookie/signon
243 /* styles for an attribute tree-table */
249 /* ::::: select edit dialog ::::: */
251 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
252 background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
255 /* ::::: Publishing Progress ::::: */
257 .progressitem[progress="busy"] {
258 list-style-image: url("chrome://editor/skin/icons/progress-busy.gif");
261 .progressitem[progress="done"] {
262 list-style-image: url("chrome://editor/skin/icons/progress-done.gif");
265 .progressitem[progress="failed"] {
266 list-style-image: url("chrome://editor/skin/icons/progress-failed.gif");