X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Feditor%2FEditorDialog.css;h=e4e77b099dd5fa14e4d208fa9b47165de4671099;hb=01fc5c117995a5c529b237b3aeedfb7b00a335a0;hp=4e2a4f8e5d7ed4eea01b1d69685575bf240e334f;hpb=d07092f55332a0d266283fbfff8cf31e0d7f0997;p=themes.git diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index 4e2a4f8e..e4e77b09 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -66,10 +66,6 @@ groupbox { min-width: 20em; } -.big-left-margin { - margin-left: 10px; -} - .bold { font-weight: bold; } @@ -322,6 +318,16 @@ tree.AttributesTree { min-height: 200px; } +/* ::::: select edit dialog ::::: */ + +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { + background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; +} + +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { + background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; +} + /* ::::: Publishing Progress ::::: */ .progressitem[progress="busy"] {