mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated backend colors.
This commit is contained in:
parent
1df998114f
commit
e362e2da4c
2 changed files with 6 additions and 11 deletions
|
@ -20,7 +20,7 @@ root {
|
|||
/* BACKEND GENERAL ELEMENTS
|
||||
-------------------------------------------------------------------- */
|
||||
#header {
|
||||
background-color: #35B66F;
|
||||
background-color: #39c678;
|
||||
border-bottom: 4px solid #c0f1d6;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
@ -50,11 +50,6 @@ root {
|
|||
background: white;
|
||||
}
|
||||
|
||||
|
||||
#header #header-menu {
|
||||
background: #35b66f;
|
||||
}
|
||||
|
||||
#header #header-menu .menu-item {
|
||||
cursor: pointer;
|
||||
min-width: 130px;
|
||||
|
@ -147,7 +142,7 @@ body .modal .modal-title {
|
|||
|
||||
body .modal-header {
|
||||
padding: 12px 15px;
|
||||
background: #35B66F;
|
||||
background: #39c678;
|
||||
border-bottom: 4px solid #c0f1d6;
|
||||
}
|
||||
|
||||
|
@ -241,7 +236,7 @@ body legend {
|
|||
|
||||
.backend-page .filter-records .results .entry.selected {
|
||||
background-color: #F4F4F4;
|
||||
border-right: 5px solid #35B66F;
|
||||
border-right: 5px solid #39c678;
|
||||
}
|
||||
|
||||
.backend-page .filter-records .results hr {
|
||||
|
@ -622,7 +617,7 @@ body .form-horizontal .controls {
|
|||
|
||||
#users-page #providers .switch-view .current {
|
||||
color: #FFF;
|
||||
background: #35B66F;
|
||||
background: #39c678;
|
||||
}
|
||||
|
||||
#users-page #providers .details-view,
|
||||
|
|
|
@ -21,7 +21,7 @@ body .custom-qtip {
|
|||
}
|
||||
|
||||
body .ui-widget {
|
||||
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ body .ui-dialog .ui-dialog-titlebar-close {
|
|||
}
|
||||
|
||||
body .ui-draggable .ui-dialog-titlebar {
|
||||
background: #35B66F;
|
||||
background: #39c678;
|
||||
color: #FFF;
|
||||
font-size: 1.5em;
|
||||
font-weight: lighter;
|
||||
|
|
Loading…
Reference in a new issue