X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2Feditor.css;h=48717ef8326c349a52d0f61ee463af3488e50046;hp=f35cf2e451ae3335f23ec0ddf0b24c83c8ab3370;hb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;hpb=57d23eaef3f5e5538c6125d5634613fba2555e5c diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index f35cf2e4..48717ef8 100644 --- a/LCARStrek/editor/editor.css +++ b/LCARStrek/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 */ @@ -91,3 +97,11 @@ margin: 0px !important; border: none !important; } + +/* ::::: lightweight themes ::::: */ + +#EditModeToolbar:-moz-lwtheme { + text-shadow: none; + /* color: -moz-dialogtext; + background-color: -moz-dialog; */ +}