mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-25 18:38:50 +00:00
Improve dark theme
This commit is contained in:
parent
b16ca0defd
commit
6d61c0d621
@ -307,6 +307,10 @@ fieldset[disabled] .form-control {
|
|||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conversation-settings-pane {
|
||||||
|
background-color: var(--black5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Home page
|
* Home page
|
||||||
*/
|
*/
|
||||||
@ -481,3 +485,17 @@ fieldset[disabled] .form-control {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Groups logo
|
||||||
|
*/
|
||||||
|
img[src$="groups_logo/default.png"] {
|
||||||
|
filter: invert(1) brightness(50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read only friends list
|
||||||
|
*/
|
||||||
|
.friends-list-ro .friend a:hover .friends-name {
|
||||||
|
color: var(--black4);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user