X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=9b753d0e48c647a8efd6af2dad391e5a9e5f4ec4;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=7f38cd6cd369a061096e95160bd9139cc6abc115;hpb=a1f525f0c2c8526761b87b460de74e463e4f263f;p=themes.git diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 7f38cd6c..9b753d0e 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -100,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 { @@ -147,16 +147,16 @@ tree.list { #ColorPreview { border: 1px inset #CCD0DD; - margin-left: 10px; - padding-left: 5px; - padding-right: 5px; + -moz-margin-start: 10px; + -moz-padding-start: 5px; + -moz-padding-end: 5px; min-width: 100px; min-height: 50px; } #alignTypeSelect, label#alignLabel { - margin-left: 5px; + -moz-margin-start: 5px; } /* ::::: table properties dialog ::::: */ @@ -208,7 +208,7 @@ label#alignLabel { .colorpicker { border: 1px outset #CCD0DD; /* This should be the same as for textbox */ - margin-left: 4px; + -moz-margin-start: 4px; /* For a little extra space between buttons */ margin-bottom: 2px; } @@ -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 {