Skip to content

Commit c230216

Browse files
author
Kristan Kenney
committed
Adjust design of shortcuts dialog
1 parent 1d027b7 commit c230216

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

install/deb/themes/dark.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,14 @@ form#vstobjects .alert {
11211121
}
11221122

11231123
.app-form {
1124-
padding:2em 1em 2em 1em;
1124+
padding: 2em 1em 2em 9rem;
1125+
}
1126+
1127+
.app-form label {
1128+
font-size: 0.85rem;
1129+
padding-bottom: 3px;
1130+
font-weight: 600;
1131+
cursor: default;
11251132
}
11261133

11271134
.card {
@@ -3519,7 +3526,7 @@ form#vstobjects.suspended {
35193526
}
35203527

35213528
.shortcuts {
3522-
background: rgba(45,45,45 0.95);
3529+
background: rgba(30,30,30,0.95);
35233530
display: inline-block;
35243531
position: fixed;
35253532
left: 50%;
@@ -3533,13 +3540,13 @@ form#vstobjects.suspended {
35333540
transform: translate(-50%, 0);
35343541
border-top-left-radius: 6px;
35353542
border-top-right-radius: 6px;
3536-
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3537-
line-height: 1rem;
3543+
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
3544+
line-height: 0.9rem;
35383545
cursor: default;
35393546
}
35403547

35413548
.shortcuts .header {
3542-
border-bottom: 1px solid #333;
3549+
border-bottom: 1px solid #353535;
35433550
height: 43px;
35443551
}
35453552

web/css/styles.min.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,13 +1123,14 @@ form#vstobjects .alert {
11231123
}
11241124

11251125
.app-form {
1126-
padding: 2em 1em 2em 9em;
1126+
padding: 2em 1em 2em 9rem;
11271127
}
11281128

11291129
.app-form label {
11301130
font-size: 0.85rem;
11311131
padding-bottom: 3px;
11321132
font-weight: 600;
1133+
cursor: default;
11331134
}
11341135

11351136
.card {
@@ -3492,7 +3493,7 @@ form#vstobjects.suspended {
34923493
}
34933494

34943495
.shortcuts {
3495-
background: rgba(20, 20, 20, 0.92);
3496+
background: rgba(50,50,50,0.93);
34963497
display: inline-block;
34973498
position: fixed;
34983499
left: 50%;
@@ -3506,13 +3507,13 @@ form#vstobjects.suspended {
35063507
transform: translate(-50%, 0);
35073508
border-top-left-radius: 6px;
35083509
border-top-right-radius: 6px;
3509-
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3510-
line-height: 1rem;
3510+
box-shadow: 0px 4px 30px rgba(0,0,0,0.5);
3511+
line-height: 0.9rem;
35113512
cursor: default;
35123513
}
35133514

35143515
.shortcuts .header {
3515-
border-bottom: 1px solid #333;
3516+
border-bottom: 1px solid #606060;
35163517
height: 43px;
35173518
}
35183519

0 commit comments

Comments
 (0)