Skip to content

Commit 0aec7b5

Browse files
author
Kristan Kenney
committed
Minor fixes
1 parent 4fe64fb commit 0aec7b5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

web/css/src/themes/vestia.css

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ b, strong {
2020
.table-header {
2121
box-shadow: none !important;
2222
background: #fafafa !important;
23-
line-height: inherit !important;
23+
line-height: 1.2rem !important;
2424
}
2525
.advanced-options {
2626
background: #fafafa !important;
@@ -662,9 +662,32 @@ a.vst-advanced:active, a.vst-advanced:focus {
662662

663663
.mail-infoblock {
664664
border-radius: 0px !important;
665+
margin-top: 92px !important;
665666
box-shadow: none !important;
666667
}
667668

668669
.l-menu__item i.fas.fa-arrow-alt-circle-left {
669670
display: inline-block !important;
671+
}
672+
673+
.helper-container {
674+
margin-top: 406px !important;
675+
border-radius: 0px !important;
676+
box-shadow: none !important;
677+
}
678+
679+
.cron-helper-tabs .ui-tabs-selected a {
680+
color: #ff6701;
681+
}
682+
683+
.cron-helper-tabs a:hover {
684+
color: #f79b44;
685+
}
686+
687+
.cron-helper-tabs a:active {
688+
color: #e95e00;
689+
}
690+
691+
a.vst-advanced {
692+
margin-left: -10px;
670693
}

0 commit comments

Comments
 (0)