Skip to content

Commit ffe4086

Browse files
author
Kristan Kenney
committed
Adjust style of keyboard shortcuts dialog
1 parent fb45840 commit ffe4086

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

install/deb/themes/dark.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,6 +3529,8 @@ form#vstobjects.suspended {
35293529
border-top-left-radius: 6px;
35303530
border-top-right-radius: 6px;
35313531
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3532+
line-height: 1rem;
3533+
cursor: default;
35323534
}
35333535

35343536
.shortcuts .header {
@@ -3538,7 +3540,7 @@ form#vstobjects.suspended {
35383540

35393541
.shortcuts .title {
35403542
text-transform: uppercase;
3541-
color: #ffcc00;
3543+
color: #ff3478;
35423544
padding: 7px 0 7px 14px;
35433545
display: inline-block;
35443546
float: left;
@@ -3555,13 +3557,15 @@ form#vstobjects.suspended {
35553557
width: 46px;
35563558
}
35573559
.shortcuts .close:hover {
3558-
background-color: #000;
3560+
35593561
}
35603562
.shortcuts .close:active {
3561-
background-color: #3b9de8;
3563+
35623564
}
3565+
35633566
.shortcuts .close .fas {
3564-
font-size: 1.3rem;
3567+
font-size: 0.8rem;
3568+
line-height: 1.4rem;
35653569
}
35663570
.shortcuts ul {
35673571
list-style-type: none;
@@ -3577,7 +3581,7 @@ form#vstobjects.suspended {
35773581
padding-top: 30px;
35783582
}
35793583
.shortcuts ul li span {
3580-
color: #48F4EF;
3584+
color: #ff3478;
35813585
display: inline-block;
35823586
font-weight: 600;
35833587
padding: 0 20px 0 0;

web/css/styles.min.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,15 +3500,18 @@ form#vstobjects.suspended {
35003500
border-top-left-radius: 6px;
35013501
border-top-right-radius: 6px;
35023502
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
3503+
line-height: 1rem;
3504+
cursor: default;
35033505
}
3506+
35043507
.shortcuts .header {
35053508
border-bottom: 1px solid #333;
35063509
height: 43px;
35073510
}
35083511

35093512
.shortcuts .title {
35103513
text-transform: uppercase;
3511-
color: #ffcc00;
3514+
color: #ff3478;
35123515
padding: 7px 0 7px 14px;
35133516
display: inline-block;
35143517
float: left;
@@ -3525,13 +3528,14 @@ form#vstobjects.suspended {
35253528
width: 46px;
35263529
}
35273530
.shortcuts .close:hover {
3528-
background-color: #000;
3531+
color: #db0000;
35293532
}
35303533
.shortcuts .close:active {
3531-
background-color: #3b9de8;
3534+
color: #a60000;
35323535
}
35333536
.shortcuts .close .fas {
3534-
font-size: 1.3rem;
3537+
font-size: 0.8rem;
3538+
line-height: 1.4rem;
35353539
}
35363540
.shortcuts ul {
35373541
list-style-type: none;
@@ -3547,13 +3551,14 @@ form#vstobjects.suspended {
35473551
padding-top: 30px;
35483552
}
35493553
.shortcuts ul li span {
3550-
color: #48F4EF;
3554+
color: #ff3478;
35513555
display: inline-block;
35523556
font-weight: 600;
35533557
padding: 0 20px 0 0;
35543558
text-align: right;
35553559
/* width: 140px;*/
35563560
}
3561+
35573562
.shortcuts ul li span.bigger {
35583563
font-size: 18px;
35593564
}

0 commit comments

Comments
 (0)