Updated backend colors.

This commit is contained in:
alextselegidis 2016-10-06 20:12:30 +02:00
parent 1df998114f
commit e362e2da4c
2 changed files with 6 additions and 11 deletions

View File

@ -20,7 +20,7 @@ root {
/* BACKEND GENERAL ELEMENTS /* BACKEND GENERAL ELEMENTS
-------------------------------------------------------------------- */ -------------------------------------------------------------------- */
#header { #header {
background-color: #35B66F; background-color: #39c678;
border-bottom: 4px solid #c0f1d6; border-bottom: 4px solid #c0f1d6;
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
@ -50,11 +50,6 @@ root {
background: white; background: white;
} }
#header #header-menu {
background: #35b66f;
}
#header #header-menu .menu-item { #header #header-menu .menu-item {
cursor: pointer; cursor: pointer;
min-width: 130px; min-width: 130px;
@ -147,7 +142,7 @@ body .modal .modal-title {
body .modal-header { body .modal-header {
padding: 12px 15px; padding: 12px 15px;
background: #35B66F; background: #39c678;
border-bottom: 4px solid #c0f1d6; border-bottom: 4px solid #c0f1d6;
} }
@ -241,7 +236,7 @@ body legend {
.backend-page .filter-records .results .entry.selected { .backend-page .filter-records .results .entry.selected {
background-color: #F4F4F4; background-color: #F4F4F4;
border-right: 5px solid #35B66F; border-right: 5px solid #39c678;
} }
.backend-page .filter-records .results hr { .backend-page .filter-records .results hr {
@ -622,7 +617,7 @@ body .form-horizontal .controls {
#users-page #providers .switch-view .current { #users-page #providers .switch-view .current {
color: #FFF; color: #FFF;
background: #35B66F; background: #39c678;
} }
#users-page #providers .details-view, #users-page #providers .details-view,

View File

@ -21,7 +21,7 @@ body .custom-qtip {
} }
body .ui-widget { 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; font-size: 1.1em;
} }
@ -36,7 +36,7 @@ body .ui-dialog .ui-dialog-titlebar-close {
} }
body .ui-draggable .ui-dialog-titlebar { body .ui-draggable .ui-dialog-titlebar {
background: #35B66F; background: #39c678;
color: #FFF; color: #FFF;
font-size: 1.5em; font-size: 1.5em;
font-weight: lighter; font-weight: lighter;