Skip to content

Commit 34a503e

Browse files
authored
UI tidy (hestiacp#2995)
* Remove tables from Add/Edit Cron forms * Remove dead .data-count class * Tidy some CSS
1 parent 3b3316d commit 34a503e

38 files changed

+259
-414
lines changed

web/css/src/themes/dark.css

Lines changed: 19 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
Website: www.hestiacp.com
55
*/
66

7-
.debug-panel-contents {
7+
body {
8+
color: #cdcdcd;
89
background-color: #282828;
910
}
1011

12+
a {
13+
color: #cdcdcd;
14+
}
15+
1116
b,
1217
strong {
1318
color: #cacaca;
@@ -18,21 +23,6 @@ select {
1823
text-shadow: 0 0 0 #d4d4d4 !important;
1924
}
2025

21-
body {
22-
color: #cdcdcd;
23-
background-color: #282828;
24-
}
25-
26-
.body-login,
27-
.body-reset {
28-
background: #303030 !important;
29-
background: radial-gradient(circle, rgb(77 77 77 / 100%) 0%, rgb(31 31 31 / 100%) 100%) !important;
30-
}
31-
32-
a {
33-
color: #cdcdcd;
34-
}
35-
3626
.l-header {
3727
background: #454545;
3828
border-bottom: 1px solid #505050;
@@ -608,17 +598,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
608598
.vst-ok a:active {
609599
}
610600

611-
.login-box td,
612-
.data td {
601+
.login-box td {
613602
color: #d4d4d4;
614603
}
615604

616-
.data input[type="checkbox"] {
617-
}
618-
619-
.data a {
620-
}
621-
622605
.form-control {
623606
background-color: #454545;
624607
border: 1px solid #606060;
@@ -999,22 +982,6 @@ a.button.cancel {
999982

1000983
}
1001984

1002-
.data-active b {
1003-
1004-
}
1005-
1006-
.data-suspended b {
1007-
1008-
}
1009-
1010-
.data-date {
1011-
1012-
}
1013-
1014-
.data-dotted {
1015-
1016-
}
1017-
1018985
.mail-infoblock-td {
1019986

1020987
}
@@ -1072,11 +1039,11 @@ a.button.cancel {
10721039
}
10731040

10741041
.page-title {
1075-
color: #e8e8e8 !important;
1042+
color: #e8e8e8;
10761043
}
10771044

10781045
.section-title {
1079-
border-bottom-color: #484848 !important;
1046+
border-bottom-color: #484848;
10801047
}
10811048

10821049
.qr-code {
@@ -1470,6 +1437,16 @@ li[aria-expanded="true"] a {
14701437
border-radius: 8px;
14711438
}
14721439

1440+
.body-login,
1441+
.body-reset {
1442+
background: #303030 !important;
1443+
background: radial-gradient(circle, rgb(77 77 77 / 100%) 0%, rgb(31 31 31 / 100%) 100%) !important;
1444+
}
1445+
1446+
.debug-panel-contents {
1447+
background-color: #282828;
1448+
}
1449+
14731450
.body-rrd .units .l-unit {
14741451
background-color: #282828 !important;
14751452
border-left: 1px solid transparent !important;

0 commit comments

Comments
 (0)