@@ -45,10 +45,6 @@ body {
45
45
text-decoration-skip-ink : auto;
46
46
}
47
47
48
- # showAdvanced {
49
- color : var (--color-primary-text );
50
- }
51
-
52
48
em {
53
49
font-style : normal;
54
50
opacity : .5 ;
@@ -111,19 +107,22 @@ form {
111
107
}
112
108
form fieldset {
113
109
width : 260px ;
114
- margin : auto auto 20 px ;
110
+ margin-top : 8 px ;
115
111
-webkit-user-select : none;
116
112
-moz-user-select : none;
117
113
-ms-user-select : none;
118
114
user-select : none;
119
115
}
120
116
form # sqliteInformation {
121
- margin-top : -20 px ;
117
+ margin-top : 0 px ;
122
118
margin-bottom : 20px ;
123
119
}
124
120
form # adminaccount {
125
121
margin-bottom : 15px ;
126
122
}
123
+ form # advancedHeader {
124
+ width : 100% ;
125
+ }
127
126
form fieldset legend , # datadirContent label {
128
127
width : 100% ;
129
128
}
@@ -208,11 +207,21 @@ input:not([type='password']),
208
207
a .button {
209
208
font-size : 20px ;
210
209
margin : 5px ;
211
- padding : 11 px 10 px 9 px ;
210
+ padding : 5 px ;
212
211
outline : none;
213
212
border-radius : 3px ; /* --border-radius */
214
213
-webkit-appearance : none;
215
214
}
215
+
216
+ input : not ([type='radio']),
217
+ input:not([type='range']) {
218
+ border-width : 2px ;
219
+ }
220
+
221
+ input : not ([type='range']): focus-visible {
222
+ box-shadow : none !important ;
223
+ }
224
+
216
225
input [type = 'submit' ],
217
226
input [type = 'submit' ].icon-confirm ,
218
227
input [type = 'button' ],
@@ -232,30 +241,30 @@ select {
232
241
cursor : pointer;
233
242
}
234
243
input [type = 'submit' ]: focus {
235
- border : 2px solid black !important ;
236
- padding : 8px ;
244
+ box-shadow : 0 0 0 2px inset var (--color-main-text ) !important ;
237
245
}
238
246
input [type = 'text' ],
239
247
input [type = 'tel' ],
240
248
input [type = 'password' ],
241
249
input [type = 'email' ] {
242
- width : 249 px ;
243
- background : # fff ;
250
+ width : 266 px ;
251
+ padding : 5 px 10 px ;
244
252
color : var (--color-text-lighter );
245
253
cursor : text;
246
254
font-family : inherit;
247
255
-webkit-appearance : textfield;
248
256
-moz-appearance : textfield;
249
257
box-sizing : content-box;
250
- border : none;
251
258
font-weight : normal;
259
+ margin-left : 0 ;
260
+ margin-right : 0 ;
252
261
}
253
262
input [type = 'text' ]: focus- vis ible,
254
263
input [type = 'password' ]: focus-visible {
255
264
outline : var (--color-primary ) auto 2px ;
256
265
}
257
266
input [type = 'password' ].password-with-toggle , input [type = 'text' ].password-with-toggle {
258
- width : 219 px ;
267
+ width : 236 px ;
259
268
padding-right : 40px ;
260
269
}
261
270
input .login {
@@ -296,8 +305,6 @@ button.primary:not(:disabled):focus,
296
305
a .primary : not (: disabled ): hover ,
297
306
a .primary : not (: disabled ): focus {
298
307
color : var (--color-primary-text );
299
- background-image : linear-gradient (40deg , var (--color-primary ) 0% , var (--color-primary-light ) 130% );
300
- background-position : initial;
301
308
}
302
309
303
310
/* Checkboxes - white only for login */
@@ -358,24 +365,27 @@ input[type='checkbox'].checkbox--white:checked + label:before {
358
365
display : inline-block;
359
366
position : relative;
360
367
top : -20px ;
361
- width : 269 px ;
368
+ width : 286 px ;
362
369
border-radius : 0 0 3px 3px ;
363
370
overflow : hidden;
364
371
height : 3px ;
365
372
}
366
373
.tooltip-inner {
367
374
font-weight : bold;
368
- color : # ccc ;
369
375
padding : 3px 6px ;
370
376
text-align : center;
371
377
}
372
378
373
379
/* Show password toggle */
374
380
# show , # dbpassword-toggle {
375
381
position : absolute;
376
- right : 1em ;
377
- top : .8em ;
378
- float : right;
382
+ right : 2px ;
383
+ top : 4px ;
384
+ display : flex;
385
+ justify-content : center;
386
+ width : 44px ;
387
+ align-content : center;
388
+ padding : 13px ;
379
389
}
380
390
# show + label , # dbpassword-toggle + label {
381
391
right : 21px ;
@@ -507,12 +517,9 @@ form .warning input[type='checkbox']+label {
507
517
# reset-password-wrapper + a {
508
518
display : inline-block;
509
519
font-weight : normal !important ;
510
- padding : 12px ;
520
+ padding : 12px 12 px 0 12 px ;
511
521
cursor : pointer;
512
522
}
513
- # lost-password {
514
- margin-top : -6px ;
515
- }
516
523
# forgot-password {
517
524
padding : 11px ;
518
525
float : right;
@@ -568,20 +575,17 @@ form #selectDbType label {
568
575
flex-grow : 1 ;
569
576
margin : 0 -1px 5px ;
570
577
font-size : 12px ;
571
- background : # f8f8f8 ;
572
- color : # 888 ;
578
+ background : var ( --color-background-hover ) ;
579
+ color : var ( --color-main-text ) ;
573
580
cursor : pointer;
574
- border : 1px solid # ddd ;
581
+ border : 1px solid var ( --color-border ) ;
575
582
padding : 10px 17px ;
576
583
}
577
584
form # selectDbType label .ui-state-hover ,
578
585
form # selectDbType label .ui-state-active {
579
586
font-weight : normal;
580
- color : # 000 ;
581
- background-color : # e8e8e8 ;
582
- }
583
- form # selectDbType .ui-visual-focus {
584
- box-shadow : none;
587
+ background : var (--color-background-darker );
588
+ color : var (--color-main-text );
585
589
}
586
590
form # selectDbType label span {
587
591
display : none;
@@ -597,11 +601,11 @@ form #selectDbType label span {
597
601
-ms-user-select : none;
598
602
user-select : none;
599
603
}
600
- .grouptop input {
601
- margin-bottom : 3 px !important ;
604
+ .grouptop , . groupmiddle {
605
+ margin-bottom : 8 px !important ;
602
606
}
603
- .groupbottom input {
604
- margin-top : 3 px !important ;
607
+ .groupbottom {
608
+ margin-bottom : 13 px ;
605
609
}
606
610
.groupbottom input [type = submit ] {
607
611
box-shadow : none !important ;
@@ -658,7 +662,6 @@ form #selectDbType label span {
658
662
.warning legend ,
659
663
.warning a ,
660
664
.error a {
661
- color : # fff !important ;
662
665
font-weight : bold !important ;
663
666
opacity : 1 ;
664
667
}
@@ -684,15 +687,6 @@ form #selectDbType label span {
684
687
a .warning {
685
688
cursor : pointer;
686
689
}
687
- fieldset .warning legend ,
688
- fieldset .update legend {
689
- top : 18px ;
690
- position : relative;
691
- }
692
- fieldset .warning legend + p ,
693
- fieldset .update legend + p {
694
- margin-top : 12px ;
695
- }
696
690
697
691
/* Various paragraph styles */
698
692
.infogroup {
@@ -904,15 +898,34 @@ a.legal {
904
898
text-align : left;
905
899
}
906
900
907
- .error-box , .login-box {
901
+ .error-box , .login-box , . install-form {
908
902
color : var (--color-main-text );
909
903
background-color : var (--color-main-background );
910
904
padding : 16px ;
911
905
border-radius : var (--border-radius-large );
912
906
box-shadow : 0 0 10px var (--color-box-shadow );
913
907
display : inline-block;
908
+ }
914
909
915
- & .wide {
916
- display : block;
917
- }
910
+ .align-left {
911
+ text-align : left;
912
+ }
913
+
914
+ .error-box .wide , .login-box .wide {
915
+ display : block;
916
+ text-align : left;
917
+ }
918
+
919
+ .login-box fieldset {
920
+ margin-top : 0 ;
921
+ }
922
+
923
+ .error-box pre {
924
+ overflow-x : scroll;
925
+ }
926
+
927
+ button .toggle-password {
928
+ background-color : transparent;
929
+ border-width : 0 ;
930
+ height : 44px ;
918
931
}
0 commit comments