Make weekday names brighter, lighter month/year title.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-07-21 09:12:38 +02:00 committed by Roeland Jago Douma
parent 0ba8903aad
commit d138324eef
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 1 deletions

View File

@ -979,7 +979,7 @@ code {
.ui-widget-header {
padding: 7px;
font-size: 13px;
font-weight: normal;
font-weight: 300;
border: none;
background-color: $color-main-background;
color: $color-main-text;
@ -1005,6 +1005,7 @@ code {
th {
font-weight: normal;
color: nc-lighten($color-main-text, 33%);
opacity: .8;
}
tr:hover {
background-color: inherit;
@ -1034,6 +1035,7 @@ code {
&.ui-datepicker-week-end :not(.ui-state-hover),
.ui-priority-secondary:not(.ui-state-hover) {
color: nc-lighten($color-main-text, 33%);
opacity: .8;
}
}
}