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