X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=301e8aa804578dd5fc746dbab3e994ad7771ee82;hp=be073ab16547528e301984fb33a8fac972514ff4;hb=9f6401c22b50f8e59ea2275e257f9585a8e04e41;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index be073ab1..301e8aa8 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/global/dialog.css @@ -27,7 +27,7 @@ dialogheader { border-radius: 8px; margin: 0px; padding: 1px 12px; - background-color: #FF9F00; + background-color: #A09090; color: #000000; } @@ -46,8 +46,8 @@ dialogheader { border-bottom: 1px solid #9C9CFF; padding-top: 12px; padding-bottom: 12px; - -moz-padding-start: 25px; - -moz-padding-end: 5px; + padding-inline-start: 25px; + padding-inline-end: 5px; background-color: #000000; color: #FF9F00; } @@ -58,5 +58,5 @@ dialogheader { } .header-large > .dialogheader-description { - -moz-margin-start: 12px !important; + margin-inline-start: 12px !important; }