]> source.dussan.org Git - nextcloud-server.git/commitdiff
Theme search results 19676/head
authorJoas Schilling <coding@schilljs.com>
Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/search/css/results.scss

index 996c8f261250dccbb6f2371f66bf969ab7c0ef13..2f31ec7cd9b9db978535db7ec2a097f82ae99749 100644 (file)
@@ -38,7 +38,7 @@
        }
        tr {
                &.result {
-                       border-bottom: 1px solid $color-border;
+                       border-bottom: 1px solid var(--color-border);
                        * {
                                cursor: pointer;
                        }
@@ -48,7 +48,7 @@
                }
                &:hover,
                &.current {
-                       background-color: nc-darken($color-main-background, 3%);
+                       background-color: var(--color-primary-light);
                }
                td {
                        padding: 5px 9px;
                }
                .text {
                        white-space: normal;
-                       color: #545454;
+                       color: var(--color-primary-text);
                }
                .path {
                        opacity: 0.5;
                }
                .text em {
-                       color: #545454;
+                       color: var(--color-primary-text);
                        font-weight: bold;
                        opacity: 1;
                }