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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-07 11:38:43 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-07 11:38:43 +0300
commitc75a3ebc502549428684f5a903f92939dac6946f (patch)
tree4af3ee637340d11e9d021ff9364fa473fb1e5d9f
parent406bc74d033e2d91e1785e12aa8684704f1d1891 (diff)
Add missing border
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/styles.scss b/css/styles.scss
index 64a3ce9..b24e182 100644
--- a/css/styles.scss
+++ b/css/styles.scss
@@ -51,6 +51,7 @@
display: flex;
justify-content: center;
color: var(--color-text-maxcontrast);
+ border-top: 1px solid var(--color-border);
padding: 10px;
&:hover,