cascading-0.1.0: DSL for HTML CSS (Cascading Style Sheets)

MaintainerErtugrul Soeylemez <es@ertes.de>
Safe HaskellNone

Data.CSS.Properties.UI

Contents

Description

 

Synopsis

Cursor

cursor :: Maybe (Cursor (CssUrl Text)) -> SetPropSource

Set the cursor to the specified value or auto.

cursorUrl :: MonadRoute m => Maybe (Cursor (URL m)) -> SetPropM mSource

Set the cursor to the specified value or auto.

Outlines

outlineSource

Arguments

:: (ColourOps f, Real b, ToPropValue (f a)) 
=> Maybe (f a)

Color or invert.

-> BorderStyle

Outline style.

-> BorderWidth b

Outline width.

-> SetProp 

Set the outline properties.

outlineColor :: (ColourOps f, ToPropValue (f a)) => Maybe (f a) -> SetPropSource

Set the outline-color to the given color or invert.

outlineStyle :: BorderStyle -> SetPropSource

Set the outline-style.

outlineWidth :: Real a => BorderWidth a -> SetPropSource

Set the outline-width.