-moz-binding
-moz-border-bottom-colors
-moz-border-left-colors
-moz-border-right-colors
-moz-border-top-colors
-moz-context-properties
-moz-float-edge
-moz-force-broken-image-icon
-moz-image-region
-moz-orient
-moz-outline-radius
-moz-outline-radius-bottomleft
-moz-outline-radius-bottomright
-moz-outline-radius-topleft
-moz-outline-radius-topright
-moz-stack-sizing
-moz-text-blink
-moz-user-focus
-moz-user-input
-moz-window-shadow
box-align
box-direction
box-flex
box-flex-group
box-lines
box-ordinal-group
box-orient
box-pack
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
CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.:-moz-lwtheme
pseudo-class matches in chrome documents when the root element's lightweightthemes
attribute is true
and a theme is selected.:-moz-lwtheme-brighttext
pseudo-class matches in chrome documents when :-moz-lwtheme
is true and a lightweight theme with a bright text color is selected.:-moz-lwtheme-darktext
pseudo-class matches in chrome documents when :-moz-lwtheme
is true
and a lightweight theme with a dark text color is selected.properties
attribute.properties
attribute.:-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.properties
attribute.properties
attribute.properties
attribute.properties
attribute.properties
attribute.type
attribute is set to progressmeter
.::-moz-tree-row
CSS pseudo-element is used to select rows and apply styles to tree rows.::-moz-tree-row(hover)
CSS pseudo-class will match an element if the mouse cursor is presently hovering over a tree row.properties
attribute.properties
attribute.-moz-bool-pref()
@supports
condition is available to Gecko chrome and UA stylesheets to check if a boolean preference is enabled.-moz-
prefixed XUL display values:overflow-clip-box
CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the overflow-clip-box-inline
and overflow-clip-box-block
properties.overflow-clip-box-block
CSS property specifies relative to which box the clipping happens when there is an overflow — in the block direction.overflow-clip-box-inline
CSS property specifies relative to which box the clipping happens when there is an overflow — in the inline direction.