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 /* ==== prefpanels.css ==================================================
6 == Styles used by all preference panels in the Communicator suite.
7 ====================================================================== */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: Fonts ::::: */
18 .prefpanel-font-list {
22 /* checkbox which is disabled for changes but non-gray text (i.e., in effect) */
24 checkbox.nogray-disabled[disabled="true"][nogray="true"] {
28 /* ::::: Applications ::::: */
30 * Line up the actions menu with action labels above and below it.
31 * Equalize the distance from the left side of the action box to the left side
32 * of the icon for both the menu and the non-menu versions of the action box.
33 * Also make sure the labels are the same distance away from the icons.
36 #handlersView > listitem[selected="true"] {
48 .handler-action > .listcell-icon,
49 .handler-type > .listcell-icon {
51 margin-inline-start: 3px;
52 margin-inline-end: 5px;
57 .handler-action > .listcell-label,
58 .handler-type > .listcell-label {
66 .actionsMenu > .menulist-label-box {
68 padding-inline-start: 0;
71 .actionsMenu > .menulist-label-box > .menulist-icon {
77 .handler-action > .menu-iconic-left {
79 margin-inline-start: 2px !important;
80 margin-inline-end: 5px !important;
83 * Make the icons appear.
84 * Note: we display the icon box for every item whether or not it has an icon
85 * so the labels of all the items align vertically.
91 .handler-action > .menu-iconic-left > .menu-iconic-icon {
96 /* Set icons on app pane elements */
98 .handler-action[appHandlerIcon="app"] {
99 list-style-image: url("chrome://communicator/skin/icons/application.png");
102 .handler-action[appHandlerIcon="ask"] {
103 list-style-image: url("chrome://communicator/skin/icons/alwaysAsk.png");
106 .handler-action[appHandlerIcon="save"] {
107 list-style-image: url("chrome://communicator/skin/icons/save.png");
110 .handler-action[appHandlerIcon="feed"] {
111 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
114 .handler-action[appHandlerIcon="plugin"] {
115 list-style-image: url("chrome://communicator/skin/icons/plugin.png");
118 .handler-type[typeClass="unknown"] {
119 list-style-image: url("moz-icon://goat?size=16");
122 .handler-type[typeClass="webFeed"],
123 .handler-type[typeClass="videoPodcastFeed"],
124 .handler-type[typeClass="audioPodcastFeed"] {
125 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
128 /* ::::: Search ::::: */
130 #engineList > .menulist-label-box > .menulist-icon {
135 /* ::::: Sync ::::: */