Improved Nextcloud integration #96

This commit is contained in:
the-djmaze 2022-10-12 18:45:26 +02:00
parent b2e1fa993d
commit b5fb4f5b52
3 changed files with 74 additions and 48 deletions

View file

@ -49,3 +49,11 @@
background-image: linear-gradient(to bottom, #f4f4f4, #dfdfdf) !important;
background-repeat: repeat-x !important;
}
#V-AdminPane > .b-toolbar {
background-color: #0082c9;
background-image: linear-gradient(40deg, #0082c9 0%, #30b6ff 100%);
color: #fff;
}
#V-AdminPane > .b-toolbar h4::before {
content: 'Nextcloud: ';
}