borderStyle

The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

See also

<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-style">MDN</a>

class Object
trait Matchable
class Any

Type members

Inherited types

final type V = ValueT[T]
Inherited from
TypedAttrT4Edges

Value members

Inherited methods

final def apply(t: V, r: V, b: V, l: V): AV
Value Params
b

Value for bottom edge.

l

Value for left edge.

r

Value for right edge.

t

Value for top edge.

Inherited from
TypedAttrT4Edges
final def apply(t: V, h: V, b: V): AV
Value Params
b

Value for bottom edge.

h

Value for horizontal edges.

t

Value for top edge.

Inherited from
TypedAttrT4Edges
final def apply(v: V, h: V): AV
Value Params
h

Value for horizontal edges.

v

Value for vertical edges.

Inherited from
TypedAttrT4Edges
final def apply(all: V): AV

Applies the same setting to all four edges.

Applies the same setting to all four edges.

Inherited from
TypedAttrT4Edges
final def dashed: AV
Inherited from
BrStyleOps
final def dotted: AV
Inherited from
BrStyleOps
final def double: AV
Inherited from
BrStyleOps
final def groove: AV
Inherited from
BrStyleOps
final def hidden: AV
Inherited from
BrStyleOps
final def horizontal(h: V): AVs
Inherited from
TypedAttrT4Edges
def inherit: AV

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

Inherited from
TypedAttrBase
def initial: AV

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

Inherited from
TypedAttrBase
final def inset: AV
Inherited from
BrStyleOps
final def none: AV
Inherited from
BrStyleOps
final def outset: AV
Inherited from
BrStyleOps
final def ridge: AV
Inherited from
BrStyleOps
final def solid: AV
Inherited from
BrStyleOps
override def toString: String
Definition Classes
Inherited from
TypedAttrBase
def unset: AV

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

Inherited from
TypedAttrBase
final def vertical(v: V): AVs
Inherited from
TypedAttrT4Edges

Concrete fields

override val attr: Attr