diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-03-29 16:50:23 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-03 10:29:32 +0200 |
commit | b84fd7c3615c9d7b1830b6d51f6ad5b943d06b9f (patch) | |
tree | 2db691145f7ca15449a67d0b026a770f277561aa /core/css | |
parent | 3cc0d15f92175f01744cef0840e32d9b5657db3b (diff) | |
download | nextcloud-server-b84fd7c3615c9d7b1830b6d51f6ad5b943d06b9f.tar.gz nextcloud-server-b84fd7c3615c9d7b1830b6d51f6ad5b943d06b9f.zip |
set expire date for all share types
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/share.scss b/core/css/share.scss index 2c97af4aa0d..552e20c80cc 100644 --- a/core/css/share.scss +++ b/core/css/share.scss @@ -194,3 +194,6 @@ a { width: inherit !important; } +.ui-datepicker { + z-index: 1111 !important; +} |