Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2001-02-05 10:48:03 +03:00
|
|
|
/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
|
2000-05-29 06:54:03 +04:00
|
|
|
a particular application should be in that application's style sheet.
|
|
|
|
For example style definitions for navigator can be found in navigator.css
|
|
|
|
|
|
|
|
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
|
|
|
|
CHANGES REVIEWED BY hyatt@netscape.com.
|
|
|
|
**/
|
|
|
|
|
2001-08-31 04:12:56 +04:00
|
|
|
@import url("chrome://global/content/platformXUL.css");
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
|
2000-06-15 13:54:41 +04:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
2000-05-29 06:54:03 +04:00
|
|
|
@namespace xbl url("http://www.mozilla.org/xbl"); /* namespace for XBL elements */
|
|
|
|
|
|
|
|
* {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-user-focus: ignore;
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-box;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/* hide the content and destroy the frame */
|
|
|
|
*[hidden="true"] {
|
|
|
|
display: none;
|
2000-10-06 01:31:43 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/* hide the content, but don't destroy the frames */
|
|
|
|
*[collapsed="true"],
|
|
|
|
*[moz-collapsed="true"] {
|
|
|
|
visibility: collapse;
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2002-03-06 02:49:39 +03:00
|
|
|
|
|
|
|
/* ::::::::::
|
|
|
|
:: Rules for 'hiding' portions of the chrome for special
|
|
|
|
:: kinds of windows (not JUST browser windows) with toolbars
|
|
|
|
::::: */
|
|
|
|
|
|
|
|
window[chromehidden~="menubar"] .chromeclass-menubar,
|
|
|
|
window[chromehidden~="directories"] .chromeclass-directories,
|
|
|
|
window[chromehidden~="status"] .chromeclass-status,
|
|
|
|
window[chromehidden~="extrachrome"] .chromeclass-extrachrome,
|
|
|
|
window[chromehidden~="location"] .chromeclass-location,
|
|
|
|
window[chromehidden~="location"][chromehidden~="toolbar"] .chromeclass-toolbar
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/****** elements that have no visual representation ******/
|
2001-03-17 03:28:00 +03:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
data,
|
|
|
|
xbl|children,
|
|
|
|
commands, commandset, command,
|
|
|
|
broadcasterset, broadcaster, observes,
|
|
|
|
keyset, key,
|
|
|
|
template, rule, conditions, action,
|
2002-01-16 06:01:28 +03:00
|
|
|
bindings, binding, content, member, triple,
|
2002-03-29 05:46:01 +03:00
|
|
|
treechildren, treeitem, treeseparator, treerow, treecell {
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
display: none;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** focus rules **********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
button,
|
2001-05-12 08:51:28 +04:00
|
|
|
checkbox,
|
|
|
|
colorpicker[type="button"],
|
|
|
|
menulist,
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
radiogroup,
|
2002-03-29 05:46:01 +03:00
|
|
|
tree,
|
2001-10-23 02:43:52 +04:00
|
|
|
browser,
|
|
|
|
editor,
|
|
|
|
iframe {
|
2000-09-06 06:17:26 +04:00
|
|
|
-moz-user-focus: normal;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
menulist[editable] {
|
2000-09-06 06:17:26 +04:00
|
|
|
-moz-user-focus: ignore;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol,
|
|
|
|
treerows,
|
2001-05-14 08:09:47 +04:00
|
|
|
radio {
|
2000-09-06 06:17:26 +04:00
|
|
|
-moz-user-focus: none;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-10-21 07:59:20 +04:00
|
|
|
/******** window & page ******/
|
2001-05-12 08:51:28 +04:00
|
|
|
|
2001-10-21 07:59:20 +04:00
|
|
|
window,
|
|
|
|
page {
|
2001-05-12 08:51:28 +04:00
|
|
|
overflow: hidden;
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
-moz-box-orient: vertical;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/******** box *******/
|
|
|
|
|
|
|
|
vbox {
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2000-06-22 05:02:11 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** button **********/
|
|
|
|
|
2001-09-20 11:08:29 +04:00
|
|
|
button {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/button.xml#button");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-09-20 11:08:29 +04:00
|
|
|
button[type="menu"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/button.xml#menu");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-09-20 11:08:29 +04:00
|
|
|
button[type="menu-button"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/button.xml#menu-button");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2001-03-13 07:17:20 +03:00
|
|
|
|
2001-09-20 11:08:29 +04:00
|
|
|
/********** toolbarbutton **********/
|
|
|
|
|
|
|
|
toolbarbutton {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton");
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton[type="menu"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton[type="menu-button"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu-button");
|
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
dropmarker[type="menu-button"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#dropmarker");
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/******** browser, editor, iframe ********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
browser,
|
|
|
|
editor,
|
|
|
|
iframe {
|
2000-05-29 06:54:03 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2000-05-31 11:42:06 +04:00
|
|
|
browser {
|
2001-07-24 14:59:27 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/browser.xml#browser");
|
2000-05-31 11:42:06 +04:00
|
|
|
}
|
|
|
|
|
2001-09-22 11:27:30 +04:00
|
|
|
tabbrowser {
|
2001-09-27 04:27:26 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbrowser.xml#tabbrowser");
|
2001-09-22 11:27:30 +04:00
|
|
|
}
|
|
|
|
|
2000-05-31 11:42:06 +04:00
|
|
|
editor {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#editor");
|
2000-05-31 11:42:06 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#iframe");
|
2000-05-31 11:42:06 +04:00
|
|
|
}
|
|
|
|
|
2001-09-26 02:32:32 +04:00
|
|
|
/********** image **********/
|
|
|
|
|
|
|
|
image {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#image");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** checkbox **********/
|
2000-06-23 09:15:04 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
checkbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox");
|
2000-06-23 09:15:04 +04:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** radio **********/
|
|
|
|
|
|
|
|
radiogroup {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/radio.xml#radiogroup");
|
2001-09-23 10:58:34 +04:00
|
|
|
-moz-box-orient: vertical;
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
-moz-box-align: start;
|
2000-06-03 03:43:10 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
radio {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/radio.xml#radio");
|
|
|
|
}
|
2000-06-23 09:15:04 +04:00
|
|
|
|
2001-09-07 18:23:21 +04:00
|
|
|
/******** groupbox *********/
|
2000-06-23 09:15:04 +04:00
|
|
|
|
2001-07-06 06:01:52 +04:00
|
|
|
groupbox {
|
2001-09-15 10:47:08 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/groupbox.xml#groupbox");
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-groupbox;
|
2000-06-03 03:43:10 +04:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-09-07 18:23:21 +04:00
|
|
|
caption {
|
2001-09-15 10:47:08 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/groupbox.xml#caption");
|
2001-09-07 18:23:21 +04:00
|
|
|
}
|
|
|
|
|
2001-07-06 06:01:52 +04:00
|
|
|
.groupbox-body {
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-pack: inherit;
|
|
|
|
-moz-box-align: inherit;
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
-moz-box-orient: vertical;
|
2001-03-06 05:40:15 +03:00
|
|
|
}
|
2001-09-07 18:23:21 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/******* toolbar *******/
|
2001-03-06 05:40:15 +03:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
toolbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbox");
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
|
|
|
|
}
|
2001-03-06 05:40:15 +03:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
toolbargrippy {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbargrippy");
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
toolbarseparator {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbarseparator");
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********* menubar ***********/
|
|
|
|
|
|
|
|
menubar {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar");
|
2001-03-06 05:40:15 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********* menu ***********/
|
|
|
|
|
|
|
|
menubar > menu {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menu-menubar");
|
2001-03-06 05:40:15 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menubar > menu.menu-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menu-menubar-iconic");
|
|
|
|
}
|
2000-06-13 03:23:00 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menu {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
menu.menu-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menu-iconic");
|
2000-06-13 03:23:00 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********* menuitem ***********/
|
|
|
|
|
|
|
|
menuitem {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem");
|
2000-06-13 03:23:00 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menuitem.menuitem-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
|
2000-06-13 03:23:00 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menuitem[type="checkbox"],
|
|
|
|
menuitem[type="radio"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic");
|
2000-06-13 03:23:00 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menuitem.menuitem-non-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menubutton-item");
|
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********* menuseparator ***********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menuseparator {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuseparator");
|
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********* popup & menupopup ***********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-12-05 01:38:40 +03:00
|
|
|
/* <popup> is deprecated. Only <menupopup> and <tooltip> are still valid. */
|
2001-08-18 05:04:47 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
popup,
|
2001-12-05 01:38:40 +03:00
|
|
|
menupopup {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup");
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2001-05-12 08:51:28 +04:00
|
|
|
display: none;
|
2001-12-05 01:38:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
popup,
|
|
|
|
menupopup,
|
|
|
|
tooltip {
|
2001-03-13 07:17:20 +03:00
|
|
|
z-index: 2147483647;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menupopup[menugenerated="true"],
|
2001-08-18 05:04:47 +04:00
|
|
|
popup[menugenerated="true"],
|
|
|
|
tooltip[menugenerated="true"] {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-popup;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-08-18 05:04:47 +04:00
|
|
|
tooltip {
|
2001-12-05 01:38:40 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#tooltip");
|
|
|
|
display: -moz-popup;
|
2001-12-19 16:41:09 +03:00
|
|
|
margin-top: 21px;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** floating popups **********/
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
|
|
|
|
/*
|
2001-05-12 08:51:28 +04:00
|
|
|
titlebar {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#titlebar");
|
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-09-10 11:35:56 +04:00
|
|
|
resizer[resizerdirection="right"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#ew-resizer");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-09-10 11:35:56 +04:00
|
|
|
resizer[resizerdirection="bottom"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#ns-resizer");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2001-02-06 05:57:58 +03:00
|
|
|
|
2001-09-10 11:35:56 +04:00
|
|
|
resizer[resizerdirection="bottomright"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#diag-resizer");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2001-02-06 05:57:58 +03:00
|
|
|
|
2001-09-10 11:35:56 +04:00
|
|
|
floatingwindow {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#floater-normal");
|
2001-09-10 11:35:56 +04:00
|
|
|
-moz-box-orient: vertical;
|
|
|
|
display: none;
|
|
|
|
z-index: 2147483647;
|
2001-02-06 05:57:58 +03:00
|
|
|
}
|
|
|
|
|
2001-09-10 11:35:56 +04:00
|
|
|
floatingwindow[docked="left"] {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#floater-dock-left");
|
2001-03-06 05:51:09 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
button.popupClose {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/popup.xml#close-button") !important;
|
|
|
|
}
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
*/
|
2001-05-12 08:51:28 +04:00
|
|
|
/******** grid **********/
|
2001-02-06 05:57:58 +03:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
grid {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-grid;
|
2001-02-06 05:57:58 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
rows,
|
|
|
|
columns {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-grid-group;
|
2001-03-06 05:51:09 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
row,
|
|
|
|
column {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-grid-line;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
rows {
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
column {
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
/******** listbox **********/
|
|
|
|
|
|
|
|
listbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listbox");
|
|
|
|
}
|
|
|
|
|
|
|
|
listcols, listcol {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listbox-base");
|
|
|
|
}
|
|
|
|
|
|
|
|
listhead {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listhead");
|
|
|
|
}
|
|
|
|
|
|
|
|
listrows {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listrows");
|
|
|
|
}
|
|
|
|
|
|
|
|
listitem {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listitem");
|
|
|
|
}
|
|
|
|
|
2002-02-20 05:20:27 +03:00
|
|
|
listitem[type="checkbox"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listitem-checkbox");
|
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
listheader {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listheader");
|
|
|
|
}
|
|
|
|
|
|
|
|
listcell {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listcell");
|
|
|
|
}
|
|
|
|
|
2002-02-20 05:20:27 +03:00
|
|
|
listcell[type="checkbox"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listcell-checkbox");
|
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
.listitem-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listitem-iconic");
|
|
|
|
}
|
|
|
|
|
2002-02-20 05:20:27 +03:00
|
|
|
listitem[type="checkbox"].listitem-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listitem-checkbox-iconic");
|
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
.listcell-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listcell-iconic");
|
|
|
|
}
|
|
|
|
|
2002-02-20 05:20:27 +03:00
|
|
|
listcell[type="checkbox"].listcell-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/listbox.xml#listcell-checkbox-iconic");
|
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
listbox {
|
|
|
|
display: -moz-grid;
|
|
|
|
}
|
|
|
|
|
|
|
|
listbox[rows] {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
listcols, listhead, listrows, listboxbody {
|
|
|
|
display: -moz-grid-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
listcol, listitem, listheaditem {
|
|
|
|
display: -moz-grid-line;
|
|
|
|
}
|
|
|
|
|
|
|
|
listbox {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
min-width: 0px;
|
|
|
|
min-height: 0px;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
listhead, listrows, listboxbody {
|
|
|
|
-moz-user-focus: none;
|
|
|
|
}
|
|
|
|
|
2002-01-12 04:18:10 +03:00
|
|
|
listhead {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
listrows {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
listboxbody {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-flex: 1;
|
|
|
|
overflow: auto;
|
|
|
|
min-height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
listcol {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
min-width: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
listcell {
|
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
/******** tree ******/
|
2001-05-12 08:51:28 +04:00
|
|
|
|
|
|
|
tree {
|
2002-03-29 05:46:01 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#tree");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
2001-02-05 15:34:47 +03:00
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecols {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#treecols");
|
2001-02-05 15:34:47 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#treecol");
|
2001-02-05 15:34:47 +03:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol.treecol-image {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#treecol-image");
|
2001-03-13 07:17:20 +03:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
tree > treechildren {
|
2002-01-16 06:01:28 +03:00
|
|
|
display: -moz-box;
|
2002-03-29 05:46:01 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#treebody");
|
2002-01-16 06:01:28 +03:00
|
|
|
-moz-user-focus: none;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
-moz-user-select: none;
|
2002-01-16 06:01:28 +03:00
|
|
|
-moz-box-flex: 1;
|
2000-07-28 08:24:56 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treerows {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#treerows");
|
2001-04-18 10:59:04 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecolpicker {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tree.xml#columnpicker");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
tree {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-user-select: none;
|
|
|
|
min-width: 0px;
|
|
|
|
min-height: 0px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
tree[hidecolumnpicker="true"] > treecols > treecolpicker {
|
2002-01-16 06:01:28 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
min-width: 16px;
|
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
treecol[hidden="true"] {
|
2001-06-28 05:09:47 +04:00
|
|
|
visibility: collapse;
|
2001-11-21 13:38:40 +03:00
|
|
|
display: -moz-box;
|
2001-06-28 05:09:47 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** deck & stack *********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
deck {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-deck;
|
2001-10-21 07:59:20 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#deck");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-09-06 05:07:40 +04:00
|
|
|
stack, bulletinboard {
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-stack;
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-08-02 04:09:27 +04:00
|
|
|
:-moz-deck-hidden {
|
2001-05-12 08:51:28 +04:00
|
|
|
visibility: hidden;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-15 02:44:57 +04:00
|
|
|
/********** tabbox *********/
|
2001-05-12 08:51:28 +04:00
|
|
|
|
2001-05-15 02:44:57 +04:00
|
|
|
tabbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabbox");
|
2001-09-23 10:58:34 +04:00
|
|
|
-moz-box-orient: vertical;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
tabs {
|
2001-05-15 02:44:57 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabs");
|
2001-09-23 10:58:34 +04:00
|
|
|
-moz-box-orient: horizontal;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
tabs[closebutton="true"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabs-closebutton");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
tab {
|
2001-05-15 02:44:57 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tab");
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-box-pack: center;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
tabpanels {
|
2001-05-15 02:44:57 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabpanels");
|
2001-08-02 04:09:27 +04:00
|
|
|
display: -moz-deck;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** progressmeter **********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
|
|
|
progressmeter {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-08-14 04:07:36 +04:00
|
|
|
/********** basic rule for anonymous content that needs to pass box properties through
|
|
|
|
********** to an insertion point parent that holds the real kids **************/
|
|
|
|
|
|
|
|
.box-inherit {
|
|
|
|
-moz-box-orient: inherit;
|
|
|
|
-moz-box-pack: inherit;
|
|
|
|
-moz-box-align: inherit;
|
|
|
|
-moz-box-direction: inherit;
|
|
|
|
}
|
|
|
|
|
2001-08-05 22:36:09 +04:00
|
|
|
/********** label **********/
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
spacer {
|
2001-05-12 08:51:28 +04:00
|
|
|
display: inline;
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-08-05 22:36:09 +04:00
|
|
|
description {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/text.xml#text-base");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-08-05 22:36:09 +04:00
|
|
|
label {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/text.xml#text-label");
|
2000-08-05 08:41:33 +04:00
|
|
|
}
|
|
|
|
|
2002-04-13 09:10:28 +04:00
|
|
|
label.text-link {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/text.xml#text-link");
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
2001-08-05 22:36:09 +04:00
|
|
|
label[control] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/text.xml#label-control");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** textbox **********/
|
|
|
|
|
|
|
|
textbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox");
|
|
|
|
-moz-user-select: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
textbox[multiline="true"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/textbox.xml#textarea");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
.textbox-input-box {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/textbox.xml#input-box");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** autocomplete textbox **********/
|
|
|
|
|
2001-04-30 22:37:04 +04:00
|
|
|
textbox[type="autocomplete"] {
|
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete");
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-result-popup {
|
2001-11-15 07:19:32 +03:00
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete-result-popup");
|
2001-04-30 22:37:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-history-popup {
|
2001-11-15 07:19:32 +03:00
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete-history-popup");
|
2001-04-30 22:37:04 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
.autocomplete-tree {
|
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete-tree");
|
2001-04-30 22:37:04 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
.autocomplete-treebody {
|
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete-treebody");
|
2001-04-30 22:37:04 +04:00
|
|
|
}
|
|
|
|
|
2002-03-29 05:46:01 +03:00
|
|
|
.autocomplete-treerows {
|
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#autocomplete-treerows");
|
2001-04-30 22:37:04 +04:00
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
.autocomplete-history-dropmarker {
|
|
|
|
-moz-binding: url("chrome://global/content/autocomplete.xml#history-dropmarker");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** colorpicker **********/
|
|
|
|
|
2000-05-29 06:54:03 +04:00
|
|
|
colorpicker {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/colorpicker.xml#colorpicker");
|
2000-05-29 06:54:03 +04:00
|
|
|
}
|
|
|
|
|
2000-09-13 14:15:11 +04:00
|
|
|
colorpicker[type="button"] {
|
2001-05-12 08:51:28 +04:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/colorpicker.xml#colorpicker-button");
|
2000-09-13 14:15:11 +04:00
|
|
|
}
|
|
|
|
|
Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content
2001-11-20 05:05:26 +03:00
|
|
|
.colorpickertile {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/colorpicker.xml#colorpickertile");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** menulist **********/
|
2000-05-29 06:54:03 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menulist {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist");
|
|
|
|
}
|
|
|
|
|
2001-12-08 11:06:48 +03:00
|
|
|
menulist[editable] {
|
2001-11-14 09:46:03 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-editable");
|
2000-08-02 04:27:51 +04:00
|
|
|
}
|
2000-08-13 13:13:14 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
menulist > menupopup > menuitem {
|
2002-03-27 05:27:47 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic-noaccel");
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
dropmarker[type="menu"] {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#dropmarker");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
2000-09-02 09:09:59 +04:00
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** splitter **********/
|
|
|
|
|
|
|
|
splitter {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/splitter.xml#splitter");
|
|
|
|
}
|
|
|
|
|
|
|
|
grippy {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/splitter.xml#grippy");
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-splitter {
|
|
|
|
width: 0px;
|
|
|
|
max-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/********** scrollbar **********/
|
|
|
|
|
2001-08-15 08:09:41 +04:00
|
|
|
/* Scrollbars are never flipped even if BiDI kicks in. */
|
|
|
|
scrollbar {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2002-01-04 03:28:01 +03:00
|
|
|
thumb
|
|
|
|
{
|
|
|
|
-moz-binding: url(chrome://global/content/bindings/scrollbar.xml#thumb);
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
scrollbar, scrollbarbutton, slider, thumb {
|
|
|
|
-moz-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[value="hidden"] {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/******** scrollbox ********/
|
|
|
|
|
|
|
|
scrollbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/scrollbox.xml#scrollbox");
|
|
|
|
}
|
|
|
|
|
|
|
|
arrowscrollbox {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/scrollbox.xml#arrowscrollbox");
|
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
autorepeatbutton {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/scrollbox.xml#autorepeatbutton");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/********** statusbar **********/
|
|
|
|
|
2002-01-04 03:28:01 +03:00
|
|
|
statusbar
|
|
|
|
{
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#statusbar");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
statusbarpanel {
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#statusbarpanel");
|
|
|
|
}
|
|
|
|
|
|
|
|
.statusbarpanel-iconic {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#statusbarpanel-iconic");
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
|
|
|
|
2001-07-26 14:55:47 +04:00
|
|
|
/********** spinbuttons ***********/
|
|
|
|
|
|
|
|
spinbuttons {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/spinbuttons.xml#spinbuttons");
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** stringbundle **********/
|
|
|
|
|
|
|
|
stringbundleset {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/stringbundle.xml#stringbundleset");
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
stringbundle {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/stringbundle.xml#stringbundle");
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
2001-10-02 04:57:32 +04:00
|
|
|
/********** dialog **********/
|
|
|
|
|
|
|
|
dialog {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/dialog.xml#dialog");
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
dialogheader {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/dialog.xml#dialogheader");
|
|
|
|
}
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 07:17:02 +03:00
|
|
|
/********* page ************/
|
|
|
|
|
|
|
|
page {
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/********** wizard **********/
|
|
|
|
|
|
|
|
wizard {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard");
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
wizardpage {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizardpage");
|
2001-08-02 04:09:27 +04:00
|
|
|
-moz-box-orient: vertical;
|
2001-05-12 08:51:28 +04:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-header {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard-header");
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-buttons {
|
|
|
|
-moz-binding: url("chrome://global/content/bindings/wizard.xml#wizard-buttons");
|
2002-02-27 03:40:11 +03:00
|
|
|
}
|