X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2Feditor.css;fp=EarlyBlue%2Feditor%2Feditor.css;h=0bf1f842d0f0b79bfd433b4650a17b625e75079a;hp=df10896a8588472af5ad3db39adb8ccc3e0a7d07;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index df10896a..0bf1f842 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -16,15 +16,15 @@ .source-editor:focus { margin-top: 0px; margin-bottom: 5px; - -moz-margin-start: 0px; - -moz-margin-end: 5px; + margin-inline-start: 0px; + margin-inline-end: 5px; border: 0px; /* Scroll bars are in content, so we can't use right and bottom padding! */ padding-top: 5px; padding-bottom: 0px; - -moz-padding-start: 5px; - -moz-padding-end: 0px; + padding-inline-start: 5px; + padding-inline-end: 0px; } /* Multiline textarea for HTML source editing */