I just realize that there is already that problem and it was resolved (by wrong search). So, when i did the update, I updated nginx too. So here the post :
https://community.nodebb.org/topic/2062/forwarding-ips-on-nginx-proxy
So it solved.
CSS Chats problem With Black Themes
-
Hi
I have problem with Chats CSS with Black themes,
I don't see the text on Chats windows :On mouse Over
Full Mode:
Can you help me with that ?
Thanks
-
@downpw If you know how to use css, just change the text in the chat to white.
but add another class to make it the regular color while hovering, you may need to use !important -
@dunlix said in CSS Chats problem With Black Themes:
@downpw If you know how to use css, just change the text in the chat to white.
but add another class to make it the regular color while hovering, you may need to use !importantCan you specify @dunlix ?
-
@dunlix said in CSS Chats problem With Black Themes:
!important
I have found for the first screen :
.chats-list>li:hover { background: #000; }
Edit:
I have just this to find on mouse over on message content in windows mode and full mode:
If anybody can help me for that please
-
Ok
Resolved for me