mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Improved Nextcloud integration #96
This commit is contained in:
parent
b2e1fa993d
commit
b5fb4f5b52
3 changed files with 74 additions and 48 deletions
|
|
@ -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: ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue