Top Level Namespace

Defined Under Namespace

Modules: Shul

Constant Summary collapse

DEFAULT_SHUL_CSS =
<<CSS

app {background-color: white}
hbox {background-color: yellow}
vbox {background-color: #0e0}
label {background-color: #aa1}
listbox {background-color: #aa1}
listitem {background-color: #aa1}
radiogroup {background-color: #abc}
radio {background-color: #884 }

CSS