CursorStyle

trait CursorStyle[T] extends AutoStyle[T] with NoneStyle[T]
trait NoneStyle[T]
trait AutoStyle[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

protected def buildStringValue(value: String): T
protected def valueAsString(value: T): String

Concrete fields

lazy val alias: T

Indicating an alias or shortcut is to be created. --MDN

Indicating an alias or shortcut is to be created. --MDN

lazy val allScroll: T

Cursor showing that something can be scrolled in any direction (panned). --MDN

Cursor showing that something can be scrolled in any direction (panned). --MDN

lazy val cell: T

Indicating that cells can be selected. --MDN

Indicating that cells can be selected. --MDN

lazy val colResize: T

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating. --MDN

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating. --MDN

lazy val contextMenu: T

A context menu is available under the cursor. --MDN

A context menu is available under the cursor. --MDN

lazy val copy: T

Indicating that something can be copied --MDN

Indicating that something can be copied --MDN

lazy val crosshair: T

Cross cursor, often used to indicate selection in a bitmap. --MDN

Cross cursor, often used to indicate selection in a bitmap. --MDN

lazy val default: T

Default cursor, typically an arrow. --MDN

Default cursor, typically an arrow. --MDN

lazy val eResize: T

The right edge is to be moved. --MDN

The right edge is to be moved. --MDN

lazy val ewResize: T

The left and right edges are to be moved.

The left and right edges are to be moved.

lazy val grab: T

Indicates that something can be grabbed (dragged to be moved). --MDN

Indicates that something can be grabbed (dragged to be moved). --MDN

lazy val grabbing: T

Indicates that something can be grabbed (dragged to be moved). --MDN

Indicates that something can be grabbed (dragged to be moved). --MDN

lazy val help: T

Indicating help is available. --MDN

Indicating help is available. --MDN

lazy val move: T

The hovered object may be moved. --MDN

The hovered object may be moved. --MDN

lazy val nResize: T

The top edge is to be moved. --MDN

The top edge is to be moved. --MDN

lazy val neResize: T

The top-right corner is to be moved. --MDN

The top-right corner is to be moved. --MDN

lazy val neswResize: T

The top right and bottom left corners are to be moved.

The top right and bottom left corners are to be moved.

lazy val noDrop: T

Cursor showing that a drop is not allowed at the current location. --MDN

Cursor showing that a drop is not allowed at the current location. --MDN

lazy val notAllowed: T

Cursor showing that something cannot be done. --MDN

Cursor showing that something cannot be done. --MDN

lazy val nsResize: T

The top and bottom edges are to be moved.

The top and bottom edges are to be moved.

lazy val nwResize: T

The top-left corner is to be moved. --MDN

The top-left corner is to be moved. --MDN

lazy val nwseResize: T

The top left and bottom right corners are to be moved.

The top left and bottom right corners are to be moved.

lazy val pointer: T

E.g. used when hovering over links, typically a hand. --MDN

E.g. used when hovering over links, typically a hand. --MDN

lazy val progress: T

The program is busy in the background but the user can still interact with the interface (unlike for wait). --MDN

The program is busy in the background but the user can still interact with the interface (unlike for wait). --MDN

lazy val rowResize: T

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them. --MDN

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them. --MDN

lazy val sResize: T

The bottom edge is to be moved. --MDN

The bottom edge is to be moved. --MDN

lazy val seResize: T

The bottom-right corner is to be moved. --MDN

The bottom-right corner is to be moved. --MDN

lazy val swResize: T

The bottom-left corner is to be moved. --MDN

The bottom-left corner is to be moved. --MDN

lazy val text: T

Indicating text can be selected, typically an I-beam. --MDN

Indicating text can be selected, typically an I-beam. --MDN

lazy val verticalText: T

Indicating that vertical text can be selected, typically a sideways I-beam --MDN

Indicating that vertical text can be selected, typically a sideways I-beam --MDN

lazy val wResize: T

The left edge is to be moved. --MDN

The left edge is to be moved. --MDN

lazy val waitCss: T

The program is busy (sometimes an hourglass or a watch). --MDN

The program is busy (sometimes an hourglass or a watch). --MDN

lazy val zoomIn: T

Indicates that something can be zoomed (magnified) in. --MDN

Indicates that something can be zoomed (magnified) in. --MDN

lazy val zoomOut: T

Indicates that something can be zoomed (magnified) out. --MDN

Indicates that something can be zoomed (magnified) out. --MDN

Inherited fields

lazy val auto: T
Inherited from:
AutoStyle
lazy val inherit: T

The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element. --MDN

The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element. --MDN

See also:
Inherited from:
StyleStringValueBuilder
lazy val initial: T

The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

See also:
Inherited from:
StyleStringValueBuilder
lazy val none: T
Inherited from:
NoneStyle
lazy val revert: T

The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

See also:
Inherited from:
StyleStringValueBuilder
lazy val unset: T

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

See also:
Inherited from:
StyleStringValueBuilder