| Maintainer | Ertugrul Soeylemez <es@ertes.de> |
|---|---|
| Safe Haskell | None |
Data.CSS.Properties.UI
Description
- cursor :: Maybe (Cursor (CssUrl Text)) -> SetProp
- cursorUrl :: MonadRoute m => Maybe (Cursor (URL m)) -> SetPropM m
- outline :: (ColourOps f, Real b, ToPropValue (f a)) => Maybe (f a) -> BorderStyle -> BorderWidth b -> SetProp
- outlineColor :: (ColourOps f, ToPropValue (f a)) => Maybe (f a) -> SetProp
- outlineStyle :: BorderStyle -> SetProp
- outlineWidth :: Real a => BorderWidth a -> SetProp
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
Arguments
| :: (ColourOps f, Real b, ToPropValue (f a)) | |
| => Maybe (f a) | Color or |
| -> 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.