Skip to content

Commit 7dc208f

Browse files
author
Kristan Kenney
committed
Merge branch 'ui-theme-default'
2 parents c55a5df + 262548e commit 7dc208f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web/css/styles.min.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ a.button.cancel {
30903090
::-moz-focus-inner {border:0;}
30913091

30923092
.login {
3093-
background-color: #fff;
3093+
background-color: rgba(255,255,255,0.65);
30943094
box-shadow: 0px 8px 25px rgba(0,0,0, 0.3);
30953095
font-family: 'Exo', Tahoma, Arial, Helvetica, sans-serif;
30963096
margin: 0;
@@ -3102,10 +3102,15 @@ a.button.cancel {
31023102
cursor: default;
31033103
}
31043104

3105+
.login .vst-input {
3106+
border-color: #5787c8;
3107+
}
3108+
31053109
.login-welcome {
31063110
font-size: 1.05rem !important;
31073111
font-weight: 500 !important;
31083112
padding-bottom: 30px !important;
3113+
font-weight: 600;
31093114
}
31103115

31113116
.page-title {

0 commit comments

Comments
 (0)