X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;h=48717ef8326c349a52d0f61ee463af3488e50046;hp=e8c86ab3f9b324b1472ab0ef9b4939f9fdff2d3b;hb=ef3a6994370bde4ca20ff1f86f08b4f1e528eab8;hpb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76 diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index e8c86ab3..48717ef8 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -47,11 +47,17 @@ .source-editor, .source-editor:focus { - margin: 0px 5px 5px 0px; + margin-top: 0px; + margin-bottom: 5px; + -moz-margin-start: 0px; + -moz-margin-end: 5px; border: 0px; /* Scroll bars are in content, so we can't use right and bottom padding! */ - padding: 5px 0px 0px 5px; + padding-top: 5px; + padding-bottom: 0px; + -moz-padding-start: 5px; + -moz-padding-end: 0px; } /* Multiline textarea for HTML source editing */ @@ -66,6 +72,7 @@ #ContentWindowDeck { } + /* ::::: struct toolbar ::::: */ #structToolbar { @@ -90,3 +97,11 @@ margin: 0px !important; border: none !important; } + +/* ::::: lightweight themes ::::: */ + +#EditModeToolbar:-moz-lwtheme { + text-shadow: none; + /* color: -moz-dialogtext; + background-color: -moz-dialog; */ +}