summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
authorMarin Treselj <marin@pixelipo.com>2017-07-14 15:05:41 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-07-23 14:06:05 +0200
commit82a52a8f1706c83915e4462bc6845da7eb33acfd (patch)
treea6f0880351fdfdeedcc9161be37ff15c66461d18 /core/css/header.scss
parent586eb3ed0a3bdd8750f92fcc67d378989413c2bd (diff)
downloadnextcloud-server-82a52a8f1706c83915e4462bc6845da7eb33acfd.tar.gz
nextcloud-server-82a52a8f1706c83915e4462bc6845da7eb33acfd.zip
Fixes issues mentioned in comments.
- [x] Highlight for selected date should be bold text. - [x] Hover highlight for day should be the same as for the selected date. - [x] Remove hover effect on the week. - [x] Row for days of the week should indeed stay, but non-bold and at 50% opacity so it doesn't take away the focus. - [x] Dates of previous and next months a bit lighter. - [x] Remove marking the weekend blue. - [x] The box centered below the date field, with triangle in the middle. Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 2e06c13d223..41bb5783090 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -211,7 +211,8 @@ nav {
margin-left: -54px;
}
-#navigation {
+#navigation,
+.ui-datepicker {
position: relative;
left: -100%;
width: 160px;