summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-07-21 09:12:38 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-07-23 14:06:06 +0200
commitd138324eef5d2d77aa2effaff18ec0f707068c9e (patch)
tree180c3fee90c2f07a206062f3ace8c4d724842d01 /core
parent0ba8903aad3f58619e2cd8adcbe0fdd079d6f80c (diff)
downloadnextcloud-server-d138324eef5d2d77aa2effaff18ec0f707068c9e.tar.gz
nextcloud-server-d138324eef5d2d77aa2effaff18ec0f707068c9e.zip
Make weekday names brighter, lighter month/year title.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index f453525e6ad..8e64452e31c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -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;
}
}
}