borderInlineEndColor

The border-inline-end-color CSS property defines the color of the logical inline end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

See also

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

trait ColourOps
trait ColorOps[AV]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def aliceblue: AV
Inherited from
ColorOps
final def antiquewhite: AV
Inherited from
ColorOps
final def apply(v: ValueT[Color]): AV
Inherited from
TypedAttrT1
final def aqua: AV
Inherited from
ColorOps
final def aquamarine: AV
Inherited from
ColorOps
final def azure: AV
Inherited from
ColorOps
final def beige: AV
Inherited from
ColorOps
final def bisque: AV
Inherited from
ColorOps
final def black: AV
Inherited from
ColorOps
final def blanchedalmond: AV
Inherited from
ColorOps
final def blue: AV
Inherited from
ColorOps
final def blueviolet: AV
Inherited from
ColorOps
final def brown: AV
Inherited from
ColorOps
final def burlywood: AV
Inherited from
ColorOps
final def cadetblue: AV
Inherited from
ColorOps
final def chartreuse: AV
Inherited from
ColorOps
final def chocolate: AV
Inherited from
ColorOps
final def coral: AV
Inherited from
ColorOps
final def cornflowerblue: AV
Inherited from
ColorOps
final def cornsilk: AV
Inherited from
ColorOps
final def crimson: AV
Inherited from
ColorOps
final def currentColor: AV

The currentColor keyword represents the calculated value of the element's color property. It allows to make the color properties inherited by properties or child's element properties that do not inherit it by default.

The currentColor keyword represents the calculated value of the element's color property. It allows to make the color properties inherited by properties or child's element properties that do not inherit it by default.

It can also be used on properties that inherit the calculated value of the element's color property and will be equivalent to the inherit keyword on these elements, if any.

Inherited from
ColorOps
final def cyan: AV
Inherited from
ColorOps
final def darkblue: AV
Inherited from
ColorOps
final def darkcyan: AV
Inherited from
ColorOps
final def darkgoldenrod: AV
Inherited from
ColorOps
final def darkgray: AV
Inherited from
ColorOps
final def darkgreen: AV
Inherited from
ColorOps
final def darkgrey: AV
Inherited from
ColorOps
final def darkkhaki: AV
Inherited from
ColorOps
final def darkmagenta: AV
Inherited from
ColorOps
final def darkolivegreen: AV
Inherited from
ColorOps
final def darkorange: AV
Inherited from
ColorOps
final def darkorchid: AV
Inherited from
ColorOps
final def darkred: AV
Inherited from
ColorOps
final def darksalmon: AV
Inherited from
ColorOps
final def darkseagreen: AV
Inherited from
ColorOps
final def darkslateblue: AV
Inherited from
ColorOps
final def darkslategray: AV
Inherited from
ColorOps
final def darkslategrey: AV
Inherited from
ColorOps
final def darkturquoise: AV
Inherited from
ColorOps
final def darkviolet: AV
Inherited from
ColorOps
final def deeppink: AV
Inherited from
ColorOps
final def deepskyblue: AV
Inherited from
ColorOps
final def dimgray: AV
Inherited from
ColorOps
final def dimgrey: AV
Inherited from
ColorOps
final def dodgerblue: AV
Inherited from
ColorOps
final def firebrick: AV
Inherited from
ColorOps
final def floralwhite: AV
Inherited from
ColorOps
final def forestgreen: AV
Inherited from
ColorOps
final def fuchsia: AV
Inherited from
ColorOps
final def gainsboro: AV
Inherited from
ColorOps
final def ghostwhite: AV
Inherited from
ColorOps
final def gold: AV
Inherited from
ColorOps
final def goldenrod: AV
Inherited from
ColorOps
final def gray: AV
Inherited from
ColorOps
final def green: AV
Inherited from
ColorOps
final def greenyellow: AV
Inherited from
ColorOps
final def grey: AV
Inherited from
ColorOps
final def grey(amount: Int): AV
Inherited from
ColorOps
final def honeydew: AV
Inherited from
ColorOps
final def hotpink: AV
Inherited from
ColorOps
final def hsl(h: Int, s: Percentage[_], l: Percentage[_]): AV
Inherited from
ColorOps
final def hsla(h: Int, s: Percentage[_], l: Percentage[_], a: Double): AV
Inherited from
ColorOps
final def indianred: AV
Inherited from
ColorOps
final def indigo: AV
Inherited from
ColorOps
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 ivory: AV
Inherited from
ColorOps
final def khaki: AV
Inherited from
ColorOps
final def lavender: AV
Inherited from
ColorOps
final def lavenderblush: AV
Inherited from
ColorOps
final def lawngreen: AV
Inherited from
ColorOps
final def lemonchiffon: AV
Inherited from
ColorOps
final def lightblue: AV
Inherited from
ColorOps
final def lightcoral: AV
Inherited from
ColorOps
final def lightcyan: AV
Inherited from
ColorOps
Inherited from
ColorOps
final def lightgray: AV
Inherited from
ColorOps
final def lightgreen: AV
Inherited from
ColorOps
final def lightgrey: AV
Inherited from
ColorOps
final def lightpink: AV
Inherited from
ColorOps
final def lightsalmon: AV
Inherited from
ColorOps
final def lightseagreen: AV
Inherited from
ColorOps
final def lightskyblue: AV
Inherited from
ColorOps
final def lightslategray: AV
Inherited from
ColorOps
final def lightslategrey: AV
Inherited from
ColorOps
final def lightsteelblue: AV
Inherited from
ColorOps
final def lightyellow: AV
Inherited from
ColorOps
final def lime: AV
Inherited from
ColorOps
final def limegreen: AV
Inherited from
ColorOps
final def linen: AV
Inherited from
ColorOps
final def magenta: AV
Inherited from
ColorOps
final def maroon: AV
Inherited from
ColorOps
final def mediumaquamarine: AV
Inherited from
ColorOps
final def mediumblue: AV
Inherited from
ColorOps
final def mediumorchid: AV
Inherited from
ColorOps
final def mediumpurple: AV
Inherited from
ColorOps
final def mediumseagreen: AV
Inherited from
ColorOps
final def mediumslateblue: AV
Inherited from
ColorOps
Inherited from
ColorOps
final def mediumturquoise: AV
Inherited from
ColorOps
final def mediumvioletred: AV
Inherited from
ColorOps
final def midnightblue: AV
Inherited from
ColorOps
final def mintcream: AV
Inherited from
ColorOps
final def mistyrose: AV
Inherited from
ColorOps
final override protected def mkColor(s: String): AV
Definition Classes
Inherited from
ColourOps
final def moccasin: AV
Inherited from
ColorOps
final def oldlace: AV
Inherited from
ColorOps
final def olive: AV
Inherited from
ColorOps
final def olivedrab: AV
Inherited from
ColorOps
final def orange: AV
Inherited from
ColorOps
final def orangered: AV
Inherited from
ColorOps
final def orchid: AV
Inherited from
ColorOps
final def palegoldenrod: AV
Inherited from
ColorOps
final def palegreen: AV
Inherited from
ColorOps
final def paleturquoise: AV
Inherited from
ColorOps
final def palevioletred: AV
Inherited from
ColorOps
final def papayawhip: AV
Inherited from
ColorOps
final def peachpuff: AV
Inherited from
ColorOps
final def peru: AV
Inherited from
ColorOps
final def pink: AV
Inherited from
ColorOps
final def plum: AV
Inherited from
ColorOps
final def powderblue: AV
Inherited from
ColorOps
final def purple: AV
Inherited from
ColorOps
final def rebeccapurple: AV
Inherited from
ColorOps
final def red: AV
Inherited from
ColorOps
final def rgb(r: Percentage[_], g: Percentage[_], b: Percentage[_]): AV
Inherited from
ColorOps
final def rgb(r: Int, g: Int, b: Int): AV
Inherited from
ColorOps
final def rgba(r: Int, g: Int, b: Int, a: Double): AV
Inherited from
ColorOps
final def rosybrown: AV
Inherited from
ColorOps
final def royalblue: AV
Inherited from
ColorOps
final def saddlebrown: AV
Inherited from
ColorOps
final def salmon: AV
Inherited from
ColorOps
final def sandybrown: AV
Inherited from
ColorOps
final def seagreen: AV
Inherited from
ColorOps
final def seashell: AV
Inherited from
ColorOps
final def sienna: AV
Inherited from
ColorOps
final def silver: AV
Inherited from
ColorOps
final def skyblue: AV
Inherited from
ColorOps
final def slateblue: AV
Inherited from
ColorOps
final def slategray: AV
Inherited from
ColorOps
final def slategrey: AV
Inherited from
ColorOps
final def snow: AV
Inherited from
ColorOps
final def springgreen: AV
Inherited from
ColorOps
final def steelblue: AV
Inherited from
ColorOps
final def tan: AV
Inherited from
ColorOps
final def teal: AV
Inherited from
ColorOps
final def thistle: AV
Inherited from
ColorOps
override def toString: String
Definition Classes
Inherited from
TypedAttrBase
final def tomato: AV
Inherited from
ColorOps
final def transparent: AV

The transparent keyword represents a fully transparent color, i.e. the color seen will be the background color. Technically, it is a black with alpha channel at its minimum value and is a shortcut for rgba(0,0,0,0).

The transparent keyword represents a fully transparent color, i.e. the color seen will be the background color. Technically, it is a black with alpha channel at its minimum value and is a shortcut for rgba(0,0,0,0).

Inherited from
ColorOps
final def turquoise: AV
Inherited from
ColorOps
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 violet: AV
Inherited from
ColorOps
final def wheat: AV
Inherited from
ColorOps
final def white: AV
Inherited from
ColorOps
final def whitesmoke: AV
Inherited from
ColorOps
final def yellow: AV
Inherited from
ColorOps
final def yellowgreen: AV
Inherited from
ColorOps

Concrete fields

override val attr: Attr