]> source.dussan.org Git - nextcloud-server.git/commitdiff
Dashboard: Adjust for dark and high contrast themes
authorJan C. Borchardt <hey@jancborchardt.net>
Wed, 19 Aug 2020 11:54:50 +0000 (13:54 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 19 Aug 2020 15:07:30 +0000 (17:07 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/dashboard/src/App.vue

index c77eba7ca65acc8dd149752b59a4a69f33d30bd0..7906daa5eaca3ac38794e3bbf6e7c38dccd28b79 100644 (file)
@@ -341,6 +341,10 @@ export default {
                backdrop-filter: var(--background-blur);
                border-radius: var(--border-radius-large);
 
+               #body-user.theme--highcontrast & {
+                       border: 2px solid var(--color-border);
+               }
+
                &.sortable-ghost {
                         opacity: 0.1;
                }