2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2007-09-06 04:55:45 +00:00
|
|
|
|
2013-11-05 12:21:28 +00:00
|
|
|
#handlersView > richlistitem {
|
2007-09-06 04:55:45 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/preferences/handlers.xml#handler");
|
|
|
|
}
|
|
|
|
|
2013-11-05 12:21:28 +00:00
|
|
|
#handlersView > richlistitem[selected="true"] {
|
2007-09-06 04:55:45 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/preferences/handlers.xml#handler-selected");
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2007-12-04 01:45:52 +00:00
|
|
|
* Make the icons appear.
|
2007-09-06 04:55:45 +00:00
|
|
|
* Note: we display the icon box for every item whether or not it has an icon
|
|
|
|
* so the labels of all the items align vertically.
|
|
|
|
*/
|
|
|
|
.actionsMenu > menupopup > menuitem > .menu-iconic-left {
|
|
|
|
display: -moz-box;
|
|
|
|
min-width: 16px;
|
|
|
|
}
|
2008-02-26 21:13:17 +00:00
|
|
|
|
|
|
|
listitem.offlineapp {
|
|
|
|
-moz-binding: url("chrome://browser/content/preferences/handlers.xml#offlineapp");
|
|
|
|
}
|