X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Flistbox.css;h=9f438324ff08b0d73afeda8a8072be51570df60c;hp=b82a6c892e516d81a7b1a5c38d73e9a4c8b66751;hb=c8120ee9d3c6865cb0511b3b455dd5b64fd93e97;hpb=f1748805bc4341ed02dc15d432ad1f645b6d9c25 diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index b82a6c89..9f438324 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -104,3 +104,21 @@ listheader[sortable="true"]:hover:active { padding: 0px 0px 1px 4px; white-space: nowrap; } + +.listcell-icon { + margin-right: 2px; +} + +/* ::::: listcell checkbox ::::: */ + +.listcell-check { + margin: 0px 2px; + border: 1px solid #CCD0DD; + padding: 2px; + width: 7px; +} + +.listcell-check[checked="true"] { + width: 0px; + list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); +}