mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
improved green color for ok status
This commit is contained in:
parent
530fc3b63d
commit
29d115b780
3 changed files with 3 additions and 3 deletions
|
@ -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; }
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue