1
1
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
2
+ * SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
2
3
This file is licensed under the Affero General Public License version 3 or later.
3
4
See the COPYING-README file. */
4
5
@@ -235,7 +236,7 @@ select {
235
236
padding : 12px ;
236
237
background-color : var (--color-main-background );
237
238
font-weight : bold;
238
- color : var (--color-text-lighter );
239
+ color : var (--color-text );
239
240
border : none;
240
241
border-radius : 100px ; /* --border-radius-pill */
241
242
cursor : pointer;
@@ -620,10 +621,6 @@ form #selectDbType label span {
620
621
.body-login-container {
621
622
display : flex;
622
623
flex-direction : column;
623
- margin-top : 15px ;
624
- padding : 15px ;
625
- background-color : rgba (0 , 0 , 0 , .3 );
626
- color : # fff ;
627
624
text-align : left;
628
625
word-wrap : break-word;
629
626
border-radius : 10px ; /* --border-radius-large */
@@ -634,14 +631,6 @@ form #selectDbType label span {
634
631
user-select : text;
635
632
}
636
633
637
- .body-login-container h2 ,
638
- .warning h2 ,
639
- .update h2 ,
640
- .error h2 {
641
- color : # fff ;
642
- text-align : center;
643
- }
644
-
645
634
/* TODO: Change all .warning/.update/.error to .body-login-container */
646
635
.body-login-container .icon-big {
647
636
background-size : 70px ;
@@ -898,7 +887,18 @@ a.legal {
898
887
text-align : left;
899
888
}
900
889
901
- .error-box , .login-box , .install-form {
890
+ .notecard : last-child {
891
+ margin-bottom : 0 ;
892
+ }
893
+
894
+ .notecard pre {
895
+ background-color : var (--color-background-dark );
896
+ margin-top : 1rem ;
897
+ padding : 1em 1.3em ;
898
+ border-radius : var (--border-radius );
899
+ }
900
+
901
+ .guest-box , .error-box , .login-box , .install-form , .body-login-container {
902
902
color : var (--color-main-text );
903
903
background-color : var (--color-main-background );
904
904
padding : 16px ;
@@ -907,7 +907,7 @@ a.legal {
907
907
display : inline-block;
908
908
}
909
909
910
- .align -left {
910
+ .text -left {
911
911
text-align : left;
912
912
}
913
913
@@ -929,3 +929,7 @@ button.toggle-password {
929
929
border-width : 0 ;
930
930
height : 44px ;
931
931
}
932
+
933
+ .margin-top {
934
+ margin-top : 1rem ;
935
+ }
0 commit comments