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 #9C9CFF;
49 .color-well[default="true"] {
50 border: 1px solid transparent;
51 background-color: inherit;
55 /* override large default min-width */
61 -moz-user-focus: normal;
65 border: 2px outset #9C9CFF;
72 #ColorPickerSwatch[default="true"] {
73 border: 2px solid transparent;
74 background-color: inherit;
80 border: 1px inset #9C9CFF;
83 -moz-margin-start: 4px;
88 border: 1px inset #9C9CFF;
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 #9C9CFF;
140 /* This should be the same as for textbox */
141 -moz-margin-start: 4px;
142 /* For a little extra space between buttons */
146 .colorpicker:active {
147 border: 1px inset #9C9CFF;
171 /* These two should be the width of the checkbox and radio button images + margin + padding
172 Used to indent below those to the level of the text label next to image
185 .align-menu > .menu-iconic-left > .menu-iconic-icon {
190 .align-menu[value="top"] {
191 list-style-image:url("chrome://editor/skin/icons/img-align-top.gif") !important;
194 .align-menu[value="center"] {
195 list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif") !important;
198 .align-menu[value="bottom"] {
199 list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif") !important;
202 .align-menu[value="right"] {
203 list-style-image:url("chrome://editor/skin/icons/img-align-right.gif") !important;
206 .align-menu[value="left"] {
207 list-style-image:url("chrome://editor/skin/icons/img-align-left.gif") !important;
210 /* Don't change width/height of these without changing values in
211 GetOriginalWidth(), EdImageProps.js
214 border: 1px inset #9C9CFF;
222 overflow: -moz-hidden-unscrollable;
225 #preview-image-holder {
230 /* Rest are from Ben Goodger for Advanced Edit dialog
231 These need reviewing and eliminate all but essential attributes */
232 /* Have made some mods and eliminated some unnecessary portions.
233 hope to merge most of the treecell formatting into global as some of
234 this "property list" style treecell formatting is used by cookie/signon
241 /* styles for an attribute tree-table */
247 /* ::::: select edit dialog ::::: */
249 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
250 background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
253 /* ::::: Publishing Progress ::::: */
255 .progressitem[progress="busy"] {
256 list-style-image: url("chrome://editor/skin/icons/progress-busy.gif");
259 .progressitem[progress="done"] {
260 list-style-image: url("chrome://editor/skin/icons/progress-done.gif");
263 .progressitem[progress="failed"] {
264 list-style-image: url("chrome://editor/skin/icons/progress-failed.gif");