improved green color for ok status

This commit is contained in:
Serghey Rodin 2012-07-26 23:14:24 +03:00
commit 29d115b780
3 changed files with 3 additions and 3 deletions

View file

@ -421,7 +421,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 10pt; background: none; overflow: auto; zoom: 1; }
.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; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin: 0 0 0 114px; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin: 0 0 0 70px; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

View file

@ -1,6 +1,6 @@
<table class="bottom">
<tr>
<td>Vesta Control Panel v0.9.7</td>
<td>Powered by Vesta Control Panel</td>
</tr><tr>
<td><a href="http://vestacp.com">vestacp.com</a></td>
</tr>

View file

@ -479,7 +479,7 @@ if (!empty($_SESSION['look'])) {
.add-ok {
font-family: Arial;
font-size: 14pt;
color: #80C376;
color: #62a358;
padding: 0 0 0 6px;
}