monks/border_right_style

The border-right-style CSS property sets the line style of an element’s right {{cssxref(“border”)}}.

The specification doesn’t define how borders of different styles connect in the corners.

Values

pub const dashed: #(String, String)

dashed value of border-right-style

pub const dotted: #(String, String)

dotted value of border-right-style

pub const double: #(String, String)

double value of border-right-style

pub const groove: #(String, String)

groove value of border-right-style

pub const hidden: #(String, String)

hidden value of border-right-style

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inset: #(String, String)

inset value of border-right-style

pub const none: #(String, String)

none value of border-right-style

pub const outset: #(String, String)

outset value of border-right-style

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for border-right-style

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const ridge: #(String, String)

ridge value of border-right-style

pub const solid: #(String, String)

solid value of border-right-style

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for border-right-style. It will be wrapped in var() and have -- prepended.

Search Document