X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Flistbox.css;h=14b23564f4f2f3e951b0d5e24930278dca703279;hp=2f882bf4a2516148b1b70e068ed53c3ea6dd6a60;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=459f2165c65b4cee4b68e0e9cf86819f22031333 diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 2f882bf4..14b23564 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -23,12 +23,12 @@ * Robert Kaiser */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: listbox ::::: */ listbox { @@ -39,6 +39,10 @@ listbox { color: #000000; } +listbox[disabled="true"] { + color: #CCCCCC; +} + /* ::::: listitem ::::: */ listitem { @@ -65,7 +69,7 @@ listbox:focus > listitem[selected="true"] { /* ::::: listheader ::::: */ -listheader { +listheader { -moz-box-align: center; border: 1px outset #CCD0DD; background-color: #CCD0DD; @@ -75,7 +79,10 @@ listheader { listheader[sortable="true"]:hover:active { border: 1px outset #CCD0DD; - padding: 1px 4px 0 5px; + padding-top: 1px; + padding-bottom: 0px; + -moz-padding-start: 5px; + -moz-padding-end: 4px; } .listheader-icon { @@ -104,19 +111,22 @@ listheader[sortable="true"]:hover:active { .listcell-label { margin: 0px !important; - padding: 0px 0px 1px 4px; + padding-top: 0px; + padding-bottom: 1px; + -moz-padding-start: 4px; + -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { - margin-right: 2px; + -moz-margin-end: 2px; } .listcell-label[disabled="true"] { color: #808080; } -/* ::::: listcell checkbox ::::: */ +/* ::::: listcell checkbox ::::: */ .listcell-check { -moz-box-align: center;