X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Flistbox.css;fp=EarlyBlue%2Fglobal%2Flistbox.css;h=0dd737d813ebc282687b919430cebcbcfe1692b9;hp=9f438324ff08b0d73afeda8a8072be51570df60c;hb=e1597424350915539e91f37bb1a8005af8e513c0;hpb=d07092f55332a0d266283fbfff8cf31e0d7f0997 diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 9f438324..0dd737d8 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -31,15 +31,13 @@ /* ::::: listbox ::::: */ listbox { - margin: 2px 4px; + margin: 1px 2px; + padding: 0px; border: 1px inset #CCD0DD; background-color: #FFFFFF; color: #000000; } -listrows { -} - /* ::::: listitem ::::: */ listitem { @@ -89,11 +87,11 @@ listheader[sortable="true"]:hover:active { list-style-image: none; } -.listheader-sortdirection[sortdirection="ascending"] { +.listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } -.listheader-sortdirection[sortdirection="descending"] { +.listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-desc.gif"); } @@ -109,16 +107,32 @@ listheader[sortable="true"]:hover:active { margin-right: 2px; } +.listcell-label[disabled="true"] { + color: #808080; +} + /* ::::: listcell checkbox ::::: */ .listcell-check { + -moz-box-align: center; margin: 0px 2px; border: 1px solid #CCD0DD; padding: 2px; - width: 7px; + min-width: 12px; + min-height: 12px; + background: #FFFFFF no-repeat 50% 50%; } .listcell-check[checked="true"] { - width: 0px; - list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); + background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } + +.listcell-check[disabled="true"] { + border-color: #808080; + background-image: url("chrome://global/skin/checkbox/cbox-disabled.gif"); +} + +.listcell-check[disabled="true"][checked="true"] { + background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif"); +} +