mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Optimized css for mailu
This commit is contained in:
parent
08ee5dff9c
commit
8b072c0ed2
@ -913,6 +913,19 @@ div.wrapper footer.main-footer, div.wrapper div.content-wrapper{
|
|||||||
color: var(--color-39);
|
color: var(--color-39);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.dark-mode #layout-menu .special-buttons a:not(:focus) {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.dark-mode #taskmenu a.selected, html.dark-mode .menu.toolbar a.selected {
|
||||||
|
background-color: rgba(var(--color-rgb-82), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
html.dark-mode .listing li.selected, html.dark-mode .listing li.selected>a, html.dark-mode .listing li.selected>div>a, html.dark-mode .listing tr.selected td {
|
||||||
|
color: var(--color-30);
|
||||||
|
background-color: rgba(var(--color-rgb-82), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
/** Nextcloud specific **/
|
/** Nextcloud specific **/
|
||||||
html.ng-csp header#header{
|
html.ng-csp header#header{
|
||||||
background-color: var(--color-80);
|
background-color: var(--color-80);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user