This page lists CSS properties that are only available in Gecko Chrome code (and sometimes in other privileged circumstances, eg. UA stylesheets.)
Note: Most of the CSS properties exposed to the Web in general are also usable in Chrome stylesheets: see the CSS documentation for a list of these.
- -moz-window-dragging
- The
-moz-window-draggingCSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X. - :-moz-lwtheme
- The
:-moz-lwthemepseudo-class matches in chrome documents when the root element'slightweightthemesattribute istrueand a theme is selected. - :-moz-lwtheme-brighttext
- The
:-moz-lwtheme-brighttextpseudo-class matches in chrome documents when:-moz-lwthemeis true and a lightweight theme with a bright text color is selected. - :-moz-lwtheme-darktext
- The
:-moz-lwtheme-darktextpseudo-class matches in chrome documents when:-moz-lwthemeistrueand a lightweight theme with a dark text color is selected. - ::-moz-tree-cell
- Activated by the
propertiesattribute. - ::-moz-tree-cell-text
- Activated by the
propertiesattribute. - ::-moz-tree-cell-text(hover)
- The
:-moz-tree-cell-text(hover)CSS pseudo-class will match an element if the mouse cursor is presently hovering over text in a tree cell. - ::-moz-tree-column
- Activated by the
propertiesattribute. - ::-moz-tree-drop-feedback
- Activated by the
propertiesattribute. - ::-moz-tree-image
- Activated by the
propertiesattribute. - ::-moz-tree-indentation
- Activated by the
propertiesattribute. - ::-moz-tree-line
- Activated by the
propertiesattribute. - ::-moz-tree-progressmeter
- Activated when the
typeattribute is set toprogressmeter.
- ::-moz-tree-row
- The
::-moz-tree-rowCSS pseudo-element is used to select rows and apply styles to tree rows. - ::-moz-tree-row(hover)
- The
::-moz-tree-row(hover)CSS pseudo-class will match an element if the mouse cursor is presently hovering over a tree row. - ::-moz-tree-separator
- Activated by the
propertiesattribute. - ::-moz-tree-twisty
- Activated by the
propertiesattribute. - CSS -moz-bool-pref() @supports function
- The
-moz-bool-pref()@supportscondition is available to Gecko chrome and UA stylesheets to check if a boolean preference is enabled. - CSS <display-xul> component</display-xul>
- Firefox supports the following
-moz-prefixed XUL display values: - overflow-clip-box
- The
overflow-clip-boxCSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for theoverflow-clip-box-inlineandoverflow-clip-box-blockproperties. - overflow-clip-box-block
- The
overflow-clip-box-blockCSS property specifies relative to which box the clipping happens when there is an overflow — in the block direction. - overflow-clip-box-inline
- The
overflow-clip-box-inlineCSS property specifies relative to which box the clipping happens when there is an overflow — in the inline direction.
