X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=4782692dd3e1136cb9f2604c7fa8a55979667061;hp=3a2ccb7be14a6be1202b11151c6be6b2b7d9bf63;hb=39d844b6a82edf28c0fac42c1f92f0ba3cbb7fa2;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 3a2ccb7b..4782692d 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -61,10 +61,6 @@ groupbox { min-width: 20em; } -.big-left-margin { - margin-left: 10px; -} - .bold { font-weight: bold; } @@ -104,8 +100,8 @@ groupbox { } .color-well[default="true"] { - border: 1px solid transparent; - background-color: inherit; + border: 1px solid transparent !important; + background-color: inherit !important; } .color-button { @@ -283,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; @@ -293,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 { @@ -321,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; }