Skip to content

Commit ebb37d8

Browse files
authored
Upgrade normalize.css 3.0.3 -> 8.0.1 (hestiacp#3026)
1 parent 4cf42a6 commit ebb37d8

File tree

8 files changed

+34
-32
lines changed

8 files changed

+34
-32
lines changed

web/css/dependencies/normalize.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/src/themes/dark.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,6 @@ textarea:focus::placeholder {
681681
border-bottom: 0 solid #326b9b;
682682
color: #0094f7;
683683
font-size: 0.8rem;
684-
padding: 4px 12px;
685684
text-decoration: none;
686685
border-radius: 4px;
687686
text-transform: none !important;

web/css/src/themes/default.css

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ button {
167167
body {
168168
font-family: Exo, Arial, Helvetica, sans-serif;
169169
font-size: 0.9rem;
170+
line-height: 1.5;
170171
height: 100%;
171172
color: #7c7c7c;
172173
background-color: #fff;
173174
}
174175

175176
:focus { outline: none; }
176-
::-moz-focus-inner { border: 0; }
177177

178178
h1,
179179
h2,
@@ -204,6 +204,16 @@ a {
204204
color: #7c7c7c;
205205
}
206206

207+
button {
208+
cursor: pointer;
209+
line-height: inherit;
210+
}
211+
212+
table {
213+
border-collapse: collapse;
214+
border-spacing: 0;
215+
}
216+
207217
.check-label {
208218
display: inline-block;
209219
cursor: pointer;
@@ -902,7 +912,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
902912

903913
.l-sort-toolbar {
904914
float: right;
905-
padding: 7px 0;
915+
padding-top: 6px;
906916
text-transform: uppercase;
907917
font-size: 0.8rem;
908918
}
@@ -1032,14 +1042,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
10321042
}
10331043

10341044
.l-unit-toolbar__buttonstrip {
1035-
margin-top: 12px;
1045+
margin-top: 11px;
10361046
display: inline-block;
10371047
font-size: 0.9em;
10381048
}
10391049

10401050
.l-unit-toolbar__buttonstrip a {
1041-
padding-left: 10px !important;
1042-
padding-right: 10px !important;
1051+
padding: 2px 10px 3px;
10431052
margin-right: 5px;
10441053
}
10451054

@@ -1131,6 +1140,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
11311140
.l-select select {
11321141
border: 0;
11331142
background-color: transparent;
1143+
color: inherit;
11341144
height: 28px;
11351145
min-width: 175px;
11361146
padding-left: 10px;
@@ -2135,7 +2145,7 @@ body.mobile .l-icon-shortcuts {
21352145
}
21362146

21372147
.form-label {
2138-
margin-bottom: 6px;
2148+
margin-bottom: 5px;
21392149
display: inline-block;
21402150
}
21412151

@@ -2415,9 +2425,8 @@ body.mobile .l-icon-shortcuts {
24152425
border-radius: 3px !important;
24162426
font-size: 1.05em !important;
24172427
font-weight: 500 !important;
2418-
padding: 2px 16px 3px 20px !important;
2428+
padding: 3px 20px;
24192429
min-width: 100px !important;
2420-
height: 28px !important;
24212430
color: #30659d !important;
24222431
border: 1px solid #0083db !important;
24232432
background-color: #3b9de8 !important;
@@ -2734,6 +2743,7 @@ a.button.cancel {
27342743

27352744
.section-title {
27362745
display: flex;
2746+
color: #4b4b4b;
27372747
cursor: pointer;
27382748
justify-content: space-between;
27392749
align-items: center;
@@ -3324,7 +3334,7 @@ form#vstobjects.suspended {
33243334
.helper-container {
33253335
float: right;
33263336
margin-bottom: -450px;
3327-
margin-top: 418px;
3337+
margin-top: 427px;
33283338
margin-right: 14px;
33293339
padding-top: 0;
33303340
width: 610px;
@@ -3574,7 +3584,12 @@ li[aria-expanded="true"] a {
35743584
color: #30659d;
35753585
cursor: pointer;
35763586
position: relative;
3577-
padding: 9px 18px;
3587+
padding: 8px 18px;
3588+
}
3589+
3590+
.collapse-header::marker {
3591+
display: none;
3592+
content: "";
35783593
}
35793594

35803595
.collapse-header:hover {

web/css/src/themes/vestia.css

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@ strong {
255255
border-radius: 0;
256256
}
257257

258-
.form-check-input {
259-
margin-top: 1px;
260-
}
261-
262258
.pill {
263259
border-radius: 4px;
264260
}
@@ -375,10 +371,6 @@ strong {
375371
font-size: 1.05em !important;
376372
}
377373

378-
.l-unit-toolbar__buttonstrip {
379-
margin-top: 14px !important;
380-
}
381-
382374
.ui-widget,
383375
.ui-dialog,
384376
.ui-dialog .ui-dialog-title {
@@ -422,7 +414,6 @@ strong {
422414
}
423415

424416
.l-sort-toolbar .sort-by {
425-
padding-top: 8px !important;
426417
font-size: 0.75rem !important;
427418
}
428419

@@ -471,10 +462,9 @@ strong {
471462
}
472463

473464
.shortcuts {
474-
border: 1px solid #111 !important;
475-
border-top-left-radius: 2px !important;
476-
border-top-right-radius: 2px !important;
477-
box-shadow: 0 3px 12px rgb(0 0 0 / 80%) !important;
465+
border-color: #111;
466+
border-radius: 2px;
467+
box-shadow: 0 3px 12px rgb(0 0 0 / 80%);
478468
}
479469

480470
.shortcuts-title,
@@ -525,8 +515,6 @@ strong {
525515
}
526516

527517
.l-unit-toolbar__buttonstrip a {
528-
padding-left: 0 !important;
529-
padding-right: 0 !important;
530518
margin-right: 15px;
531519
}
532520

@@ -678,7 +666,7 @@ a.vst-advanced:focus {
678666
}
679667

680668
.helper-container {
681-
margin-top: 412px;
669+
margin-top: 422px;
682670
border-radius: 0;
683671
box-shadow: none;
684672
}

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.

web/templates/pages/list_services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<td>
2626
<form action="/bulk/service/" method="post" id="objects">
2727
<input type="hidden" name="token" value="<?=$_SESSION['token']?>">
28-
<div class="l-select" style="width:160px !important;">
28+
<div class="l-select">
2929
<select class="" name="action">
3030
<option value=""><?=_('apply to selected');?></option>
3131
<option value="stop"><?=_('stop');?></option>

0 commit comments

Comments
 (0)