mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-25 02:18:51 +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
|
||||||
*/
|
*/
|
||||||
@ -480,4 +484,18 @@ fieldset[disabled] .form-control {
|
|||||||
.big-box-conversation .direct-chat-text a {
|
.big-box-conversation .direct-chat-text a {
|
||||||
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