diff options
Diffstat (limited to 'core/css/whatsnew.scss')
-rw-r--r-- | core/css/whatsnew.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/core/css/whatsnew.scss b/core/css/whatsnew.scss new file mode 100644 index 00000000000..c4698e397cc --- /dev/null +++ b/core/css/whatsnew.scss @@ -0,0 +1,28 @@ +/*! + * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +.whatsNewPopover { + bottom: 35px !important; + inset-inline-start: 15px !important; + width: 270px; + z-index: 700; +} + +.whatsNewPopover p { + width: auto !important; +} + +.whatsNewPopover .caption { + font-weight: bold; + cursor: auto !important; +} + +.whatsNewPopover .icon-close { + position: absolute; + inset-inline-end: 0; +} + +.whatsNewPopover::after { + content: none; +} |