From 085fcb2025e17a2e9d091d17a927cdeb04516bdb Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 23 Jan 2020 09:57:54 +0100 Subject: [PATCH] Fix be login --- Resources/Private/Sass/Backend/index.scss | 2 +- Resources/Public/Backend/Css/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Sass/Backend/index.scss b/Resources/Private/Sass/Backend/index.scss index c2c573d..9025b53 100644 --- a/Resources/Private/Sass/Backend/index.scss +++ b/Resources/Private/Sass/Backend/index.scss @@ -1,7 +1,7 @@ .typo3-login { .panel, .panel-footer { - background-color: rgba(0, 0, 0, .5); + background-color: rgba(0, 0, 0, .2); } input { color: #9CD9F0; diff --git a/Resources/Public/Backend/Css/index.css b/Resources/Public/Backend/Css/index.css index 13eecef..b2a141d 100644 --- a/Resources/Public/Backend/Css/index.css +++ b/Resources/Public/Backend/Css/index.css @@ -1 +1 @@ -.typo3-login .panel,.typo3-login .panel-footer{background-color:rgba(0,0,0,.5)}.typo3-login input{color:#9cd9f0;border-color:#9cd9f0;background-color:#2e3436}.typo3-login .form-control:focus{border-color:#77dfd8}.typo3-login a{color:#fff} \ No newline at end of file +.typo3-login .panel,.typo3-login .panel-footer{background-color:rgba(0,0,0,.2)}.typo3-login input{color:#9cd9f0;border-color:#9cd9f0;background-color:#2e3436}.typo3-login .form-control:focus{border-color:#77dfd8}.typo3-login a{color:#fff} \ No newline at end of file