From: Robert Kaiser Date: Sun, 12 Mar 2017 19:31:08 +0000 (+0100) Subject: make add-ons view have a correct LCARS look again X-Git-Tag: LCARStrek-2.49~2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=6598e84c81931cfd234efc0b5f1b0861ff777215;ds=inline make add-ons view have a correct LCARS look again --- diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index a72e4a00..c8ad94a0 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -106,6 +106,7 @@ -moz-box-align: center; margin-right: 48px; margin-left: 48px; + padding-top: .5em; } .alert-spacer-before { @@ -242,8 +243,11 @@ button.warning { } #view-port { - background-color: #000000; +} + +#headered-views-content { border-radius: 1em 0 0 0; + background-color: #000000; } /*** header ***/ @@ -379,6 +383,10 @@ button.warning { /*** discover view ***/ +#discover-view { + background-image: linear-gradient(#A09090 28px, #000000 28px, #000000 100%); +} + .discover-spacer-before, .discover-spacer-after { -moz-box-flex: 1;