diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-07-13 15:15:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-23 14:06:04 +0200 |
commit | 586eb3ed0a3bdd8750f92fcc67d378989413c2bd (patch) | |
tree | a2a00855c0a46efe8d86645be2e65854bcf4d100 /core/css/apps.scss | |
parent | 46332b0d8e111a3df3efd7fc7081afa7eade3ade (diff) | |
download | nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.tar.gz nextcloud-server-586eb3ed0a3bdd8750f92fcc67d378989413c2bd.zip |
Redesign jQuery UI datepicker
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index fd26f46bcdb..e4592ad9489 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -595,7 +595,8 @@ kbd { .bubble, .app-navigation-entry-menu, -.popovermenu { +.popovermenu, +.ui-datepicker { position: absolute; background-color: $color-main-background; color: nc-lighten($color-main-text, 20%); |