Skip to content

Commit 29d115b

Browse files
committed
improved green color for ok status
1 parent 530fc3b commit 29d115b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/css/jquery-custom-dialogs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
421421
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
422422
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 10pt; background: none; overflow: auto; zoom: 1; }
423423
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 10pt .5em .4em; }
424-
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin: 0 0 0 114px; }
424+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin: 0 0 0 70px; }
425425
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
426426
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
427427
.ui-draggable .ui-dialog-titlebar { cursor: move; }

web/templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table class="bottom">
22
<tr>
3-
<td>Vesta Control Panel v0.9.7</td>
3+
<td>Powered by Vesta Control Panel</td>
44
</tr><tr>
55
<td><a href="http://vestacp.com">vestacp.com</a></td>
66
</tr>

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
.add-ok {
480480
font-family: Arial;
481481
font-size: 14pt;
482-
color: #80C376;
482+
color: #62a358;
483483
padding: 0 0 0 6px;
484484
}
485485

0 commit comments

Comments
 (0)