X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=fe43c8478677ddd4f7279e79227b579e4d290dbc;hp=960f78f887b5082689946247bcdf48c9f976a274;hb=6082be9443900156de6457a2839c8a66fdecc420;hpb=1232bf8ee7be1454f55e0c111f364f18e5e871eb diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 960f78f8..fe43c847 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -279,7 +279,7 @@ label#alignLabel { /* Don't change width/height of these without changing values in GetOriginalWidth(), EdImageProps.js -*/ +*/ #preview-image-box { border: 1px inset #CCD0DD; width: 82px; @@ -289,7 +289,7 @@ label#alignLabel { max-height: 52px; min-height: 52px; margin: 6px 5px 6px 5px; - overflow: hidden; + overflow: -moz-hidden-unscrollable; } #preview-image-holder { @@ -317,11 +317,11 @@ tree.AttributesTree { /* ::::: select edit dialog ::::: */ -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) { +#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) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; }