Skip to content

Commit 69ea06c

Browse files
authored
UI tidy (hestiacp#3103)
1 parent 0ae5c21 commit 69ea06c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+840
-710
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
"@typescript-eslint/eslint-plugin": "^5.45.0",
2626
"@typescript-eslint/parser": "^5.45.0",
2727
"cssnano": "^5.1.14",
28-
"eslint": "^8.28.0",
28+
"eslint": "^8.29.0",
2929
"eslint-config-prettier": "^8.5.0",
3030
"eslint-plugin-editorconfig": "^4.0.2",
3131
"husky": "^8.0.2",
3232
"lint-staged": "^13.0.4",
3333
"postcss": "^8.4.19",
3434
"postcss-cli": "^10.1.0",
35-
"postcss-import": "^15.0.0",
35+
"postcss-import": "^15.0.1",
3636
"postcss-preset-env": "^7.8.3",
3737
"postcss-size": "^4.0.1",
3838
"prettier": "^2.8.0",
3939
"prettier-plugin-nginx": "^1.0.2",
4040
"prettier-plugin-sh": "^0.12.8",
4141
"prettier-plugin-sql": "^0.12.1",
42-
"stylelint": "^14.15.0",
42+
"stylelint": "^14.16.0",
4343
"stylelint-config-prettier": "^9.0.4",
4444
"stylelint-config-standard": "^29.0.0",
4545
"typescript": "^4.9.3",

web/css/src/themes/dark.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ strong {
7272
}
7373
}
7474

75-
.top-bar-nav-list {
75+
.top-bar-menu-list {
7676
background-color: #454545;
7777
}
7878

79-
.top-bar-nav-link {
79+
.top-bar-menu-link {
8080
&:hover {
8181
color: #dadada;
8282
text-shadow: 1px 1px rgb(0 0 0 / 50%);
@@ -114,7 +114,7 @@ strong {
114114
}
115115
}
116116

117-
.top-bar-nav-link-logout {
117+
.top-bar-menu-link-logout {
118118
color: #e7e7e7;
119119
}
120120

@@ -186,10 +186,6 @@ strong {
186186
}
187187
}
188188

189-
.l-separator {
190-
border-top: 1px solid #454545;
191-
}
192-
193189
.toolbar {
194190
border-color: #454545;
195191
background-color: #282828;
@@ -1021,6 +1017,10 @@ li[aria-expanded="true"] a {
10211017
color: #fff !important;
10221018
}
10231019

1020+
.app-footer {
1021+
border-color: #454545;
1022+
}
1023+
10241024
/* Collapse component
10251025
========================================================================== */
10261026

0 commit comments

Comments
 (0)