Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-17 15:02:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-07-17 15:02:14 +0300
commit07271087b06a75bd20d462b1a91233a1fe243ce9 (patch)
treea803fbcaf1947818152285d7fb3ae4bcd3c922bb /core/css/whatsnew.scss
parent4b5d7b15ff1c5f3a7a8baeae56acc03fec61e139 (diff)
Fix style of the user facing whats new popup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/css/whatsnew.scss')
-rw-r--r--core/css/whatsnew.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/whatsnew.scss b/core/css/whatsnew.scss
index 1c2ab08333a..e13cdf86256 100644
--- a/core/css/whatsnew.scss
+++ b/core/css/whatsnew.scss
@@ -9,7 +9,6 @@
bottom: 35px !important;
left: 15px !important;
width: 270px;
- background-color: var(--color-background-dark);
}
.whatsNewPopover p {
@@ -17,7 +16,7 @@
}
.whatsNewPopover .caption {
- font-weight: bolder;
+ font-weight: bold;
cursor: auto !important;
}