]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use theme colors for text selection 16037/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 21 Jun 2019 14:37:34 +0000 (16:37 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 5 Jul 2019 13:51:23 +0000 (15:51 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/styles.scss

index 88361111d9205b5e18cbf43a44900a7ac09b395e..5cad35d7784071e42c3d0ff3bded9cc60db32f4a 100644 (file)
@@ -159,6 +159,14 @@ body {
        border-radius: var(--border-radius);
 }
 
+/* SELECTION */
+
+::selection {
+       background-color: var(--color-primary-element);
+       color: var(--color-primary-text);
+}
+
+
 /* CONTENT ------------------------------------------------------------------ */
 
 #controls {