2010-06-08 12:30:46 -07:00
|
|
|
browser[remote="false"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/browser.xml#local-browser");
|
|
|
|
}
|
|
|
|
|
|
|
|
browser[remote="true"] {
|
2010-06-08 08:22:20 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/browser.xml#remote-browser");
|
|
|
|
}
|
2010-06-07 19:44:06 -07:00
|
|
|
|
2008-07-16 08:41:38 -07:00
|
|
|
#urlbar-edit {
|
2010-06-08 08:22:20 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#autocomplete-aligned");
|
2008-07-16 08:41:38 -07:00
|
|
|
}
|
2008-07-24 11:50:32 -07:00
|
|
|
|
2010-07-19 07:51:03 -07:00
|
|
|
#content-navigator {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#content-navigator");
|
|
|
|
}
|
|
|
|
|
2008-11-21 21:12:25 -08:00
|
|
|
#tabs {
|
2010-06-08 08:22:20 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/tabs.xml#tablist");
|
2008-10-21 11:28:07 -07:00
|
|
|
}
|
|
|
|
|
2010-10-06 08:08:56 -07:00
|
|
|
documenttab {
|
2010-06-08 08:22:20 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/tabs.xml#documenttab");
|
2008-07-24 11:50:32 -07:00
|
|
|
}
|
2008-09-07 05:12:05 -07:00
|
|
|
|
2009-09-03 15:05:43 -07:00
|
|
|
settings {
|
2009-09-17 13:17:57 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#settings");
|
2008-09-06 23:54:06 -07:00
|
|
|
}
|
|
|
|
|
2009-09-03 15:05:43 -07:00
|
|
|
setting[type="bool"] {
|
2009-09-17 13:17:57 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#setting-bool");
|
2008-09-06 23:54:06 -07:00
|
|
|
}
|
|
|
|
|
2009-09-03 15:05:43 -07:00
|
|
|
setting[type="boolint"] {
|
2009-09-17 13:17:57 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#setting-boolint");
|
2008-09-06 23:54:06 -07:00
|
|
|
}
|
2008-09-22 10:37:07 -07:00
|
|
|
|
2009-11-30 11:20:17 -08:00
|
|
|
setting[type="integer"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#setting-integer");
|
|
|
|
}
|
|
|
|
|
2009-09-17 13:17:57 -07:00
|
|
|
setting[type="control"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#setting-control");
|
2009-09-03 15:05:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
setting[type="string"] {
|
2009-09-17 13:17:57 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/setting.xml#setting-string");
|
2009-06-05 08:39:34 -07:00
|
|
|
}
|
|
|
|
|
2008-12-22 10:25:52 -08:00
|
|
|
notificationbox {
|
|
|
|
overflow: -moz-hidden-unscrollable;
|
|
|
|
}
|
|
|
|
|
2008-09-07 05:12:05 -07:00
|
|
|
notification {
|
|
|
|
-moz-binding: url("chrome://browser/content/notification.xml#notification");
|
|
|
|
}
|
|
|
|
|
2009-05-29 18:28:12 -07:00
|
|
|
notification[type="geo"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/notification.xml#geo-notification");
|
|
|
|
}
|
|
|
|
|
2008-12-09 10:38:31 -08:00
|
|
|
#popup_autocomplete {
|
2008-12-15 08:44:27 -08:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#popup_autocomplete");
|
|
|
|
}
|
|
|
|
|
2010-08-24 01:42:28 -07:00
|
|
|
autocompleteresult {
|
2009-07-28 15:49:09 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#popup_autocomplete_result");
|
|
|
|
}
|
|
|
|
|
2009-09-22 12:45:27 -07:00
|
|
|
/* visibility: hidden rather than display:none the first child, since it needs a
|
|
|
|
height for the 'No results' row to be properly positioned */
|
2009-09-22 12:37:17 -07:00
|
|
|
autocompleteresult[value=""]:first-child {
|
2009-07-28 15:49:09 -07:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2009-09-22 12:37:17 -07:00
|
|
|
autocompleteresult[value=""]:not(:first-child) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-02-24 22:20:45 -08:00
|
|
|
placeitem {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#place-item");
|
2009-10-25 21:21:49 -07:00
|
|
|
background-color: transparent;
|
2009-02-24 22:20:45 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
placeitem[type="folder"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#place-folder");
|
|
|
|
}
|
|
|
|
|
|
|
|
placelist {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#place-list");
|
|
|
|
}
|
|
|
|
|
2010-08-24 01:42:28 -07:00
|
|
|
historylist {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#history-list");
|
|
|
|
}
|
|
|
|
|
|
|
|
remotetabslist {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#remotetabs-list");
|
|
|
|
}
|
|
|
|
|
2009-02-24 22:20:45 -08:00
|
|
|
placelabel {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#place-label");
|
2008-12-09 10:38:31 -08:00
|
|
|
}
|
2009-03-27 15:32:42 -07:00
|
|
|
|
2009-08-03 10:21:51 -07:00
|
|
|
radio {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
|
|
|
|
}
|
|
|
|
|
2009-03-27 15:32:42 -07:00
|
|
|
checkbox {
|
2009-09-17 13:17:57 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/checkbox.xml#checkbox-radio");
|
|
|
|
}
|
|
|
|
|
|
|
|
menulist {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#menulist");
|
2009-03-27 15:32:42 -07:00
|
|
|
}
|
2009-04-22 07:19:48 -07:00
|
|
|
|
2010-07-30 11:20:48 -07:00
|
|
|
.chrome-select-option {
|
2009-06-24 09:42:53 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#chrome-select-option");
|
|
|
|
}
|
|
|
|
|
2009-04-22 07:19:48 -07:00
|
|
|
/* richlist defaults ------------------------------------------------------- */
|
2010-03-24 08:31:09 -07:00
|
|
|
richlistbox[batch] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#richlistbox-batch");
|
|
|
|
}
|
|
|
|
|
2009-09-11 06:26:42 -07:00
|
|
|
richlistitem {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings.xml#richlistitem");
|
|
|
|
}
|
|
|
|
|
2009-08-13 19:03:08 -07:00
|
|
|
richlistitem[typeName="local"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-local");
|
2009-04-22 07:19:48 -07:00
|
|
|
}
|
|
|
|
|
2009-09-22 19:19:24 -07:00
|
|
|
richlistitem[typeName="searchplugin"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-searchplugin");
|
|
|
|
}
|
|
|
|
|
2009-08-13 19:03:08 -07:00
|
|
|
richlistitem[typeName="search"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search");
|
2009-04-22 07:19:48 -07:00
|
|
|
}
|
|
|
|
|
2009-08-26 17:44:35 -07:00
|
|
|
richlistitem[typeName="search"] hbox.addon-type-or-rating {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search-recommended");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[typeName="search"] hbox.addon-type-or-rating[rating] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search-rating");
|
|
|
|
}
|
|
|
|
|
2009-11-13 13:26:35 -08:00
|
|
|
richlistitem[typeName="search"] hbox.addon-type-or-rating[rating="-1"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search-no-rating");
|
|
|
|
}
|
|
|
|
|
2009-06-23 09:23:48 -07:00
|
|
|
richlistitem[typeName="message"] {
|
2009-08-13 19:03:08 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-message");
|
2009-06-23 09:23:48 -07:00
|
|
|
}
|
|
|
|
|
2010-03-18 21:22:47 -07:00
|
|
|
richlistitem[typeName="showmore"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search-showmore");
|
|
|
|
}
|
|
|
|
|
2010-09-29 12:54:48 -07:00
|
|
|
richlistitem[typeName="banner"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/extensions.xml#extension-search-banner");
|
|
|
|
}
|
|
|
|
|
2010-04-26 13:55:04 -07:00
|
|
|
richlistitem[typeName="download"][state="-1"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/downloads.xml#download-not-started");
|
|
|
|
}
|
|
|
|
|
2009-04-22 07:59:52 -07:00
|
|
|
richlistitem[typeName="download"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/downloads.xml#download-downloading");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[typeName="download"][state="1"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/downloads.xml#download-done");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[typeName="download"][state="2"],
|
|
|
|
richlistitem[typeName="download"][state="3"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/downloads.xml#download-retry");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[typeName="download"][state="4"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/downloads.xml#download-paused");
|
|
|
|
}
|
|
|
|
|
2009-04-22 07:19:48 -07:00
|
|
|
/* addons states ----------------------------------------------------------- */
|
|
|
|
.hide-on-enable,
|
2010-01-15 14:14:29 -08:00
|
|
|
.show-on-error,
|
2009-04-22 07:19:48 -07:00
|
|
|
.show-on-uninstall,
|
|
|
|
.show-on-install,
|
|
|
|
.show-on-restart,
|
|
|
|
richlistitem[isDisabled="true"] .hide-on-disable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-01-15 14:14:29 -08:00
|
|
|
richlistitem[error] .show-on-error,
|
2009-04-22 07:19:48 -07:00
|
|
|
richlistitem[opType="needs-restart"] .show-on-restart,
|
|
|
|
richlistitem[opType="needs-uninstall"] .show-on-uninstall,
|
|
|
|
richlistitem[opType="needs-install"] .show-on-install,
|
|
|
|
richlistitem[opType="needs-enable"] .show-on-enable,
|
|
|
|
richlistitem[opType="needs-disable"] .show-on-disable,
|
|
|
|
richlistitem[isDisabled="true"] .show-on-disable {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-restart"] .hide-on-restart,
|
|
|
|
richlistitem[opType="needs-uninstall"] .hide-on-uninstall,
|
2010-07-22 12:42:40 -07:00
|
|
|
richlistitem[isDisabled="true"][opType="needs-uninstall"],
|
2009-04-22 07:19:48 -07:00
|
|
|
richlistitem[opType="needs-install"] .hide-on-install,
|
|
|
|
richlistitem[opType="needs-enable"] .hide-on-enable,
|
|
|
|
richlistitem[opType="needs-disable"] .hide-on-disable {
|
|
|
|
display: none;
|
|
|
|
}
|
2009-06-09 10:55:14 -07:00
|
|
|
|
|
|
|
richlistitem[type="error"],
|
|
|
|
richlistitem[type="warning"] {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/console.xml#error");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[type="message"]{
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/console.xml#message");
|
|
|
|
}
|
2009-09-02 07:15:22 -07:00
|
|
|
|
|
|
|
dialog {
|
2010-03-24 12:55:09 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/bindings/dialog.xml#dialog");
|
|
|
|
}
|
|
|
|
|
|
|
|
pageaction {
|
|
|
|
-moz-binding: url("chrome://browser/content/bindings/pageaction.xml#pageaction");
|
2009-09-02 07:15:22 -07:00
|
|
|
}
|
2010-10-11 12:25:00 -07:00
|
|
|
|
|
|
|
/* Disable context menus in textboxes */
|
|
|
|
.textbox-input-box,
|
|
|
|
.textbox-input-box[spellcheck="true"] {
|
|
|
|
-moz-binding: none;
|
|
|
|
}
|