X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Flistbox.css;h=50df63b6c80d661b2a4296052047e787f75cd2e3;hp=ba69c04ca00b7e548f1c92ac50022e25b14ec6ae;hb=deada4555ff19e9c290596b50bda2ae866ed8c36;hpb=4aa3ee343e8850c6cc8113c0c6d20a2a5f868860 diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index ba69c04c..50df63b6 100644 --- a/LCARStrek/global/listbox.css +++ b/LCARStrek/global/listbox.css @@ -118,3 +118,15 @@ listheader[sortable="true"]:hover:active { min-height: 12px; background: #000000 no-repeat 50% 50%; } + +.listcell-check[checked="true"] { + background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); +} + +listitem[type="checkbox"]:hover .listcell-check { + border-color: #FFCF00; +} + +listitem[type="checkbox"]:hover .listcell-label { + color: #FFCF00; +}