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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-04-03 17:59:35 +0300
committerGitHub <noreply@github.com>2019-04-03 17:59:35 +0300
commit3a57f5f2e7caed00b0fa4dd34b2032c22273a715 (patch)
treef646fa9152e41f98ecd4f0c546e3323930365d53 /css
parent3f21ab8ab542a590ed498cb0e31c8069b75cf56d (diff)
parent6f80ad4fdf68c09b77797e4934a9d45a00c0a576 (diff)
Merge pull request #1672 from nextcloud/bugfix/noid/add-background-color-to-unread-messages-counter
Add background color to unread messages counter.
Diffstat (limited to 'css')
-rw-r--r--css/style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index d2bc652a5..6d6f70ae8 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -212,6 +212,7 @@ input[type="password"] {
padding: 2px 5px;
border-radius: 10px;
font-weight: bold;
+ background-color: var(--color-background-dark);
}
&.highlighted {