Skip to content

Commit 242837d

Browse files
authored
Tidy some CSS (hestiacp#3016)
1 parent 9513783 commit 242837d

File tree

7 files changed

+17
-5
lines changed

7 files changed

+17
-5
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ charset = utf-8
77
insert_final_newline = true
88
trim_trailing_whitespace = true
99

10-
[*.html]
10+
[*.{html,css}]
1111
indent_size = 2
1212
indent_style = space

web/css/src/themes/dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ select {
123123
border: 1px solid #404040;
124124
}
125125

126+
.notification-container .empty {
127+
color: #dadada;
128+
}
129+
126130
.notification-container .empty .status-icon {
127131
color: #dadada;
128132
}

web/css/src/themes/default.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,9 +3663,11 @@ li[aria-expanded="true"] a {
36633663
.password-meter {
36643664
appearance: none;
36653665
display: block;
3666-
width: 100%;
3666+
width: auto;
36673667
background-color: #e7e7e7;
36683668
height: 3px;
3669+
margin-left: 3px;
3670+
margin-right: 3px;
36693671
border-bottom-left-radius: 3px;
36703672
border-bottom-right-radius: 3px;
36713673
box-shadow: 0 1px 2px rgb(0 0 0 / 25%);

web/css/src/themes/vestia.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ strong {
265265
border-radius: 0;
266266
}
267267

268+
.form-check-input {
269+
margin-top: 1px;
270+
}
271+
268272
.pill {
269273
border-radius: 4px;
270274
}
@@ -476,6 +480,8 @@ a.vst-text:hover b,
476480
.password-meter {
477481
border-radius: 0;
478482
box-shadow: none;
483+
margin-left: 0;
484+
margin-right: 0;
479485
}
480486

481487
.server-info-data {

web/css/themes/dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/css/themes/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/css/themes/vestia.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)