mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 18:08: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);
|
||||
}
|
||||
|
||||
.conversation-settings-pane {
|
||||
background-color: var(--black5) !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Home page
|
||||
*/
|
||||
@ -480,4 +484,18 @@ fieldset[disabled] .form-control {
|
||||
.big-box-conversation .direct-chat-text a {
|
||||
background-color: transparent !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