mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed coloring of chat
This commit is contained in:
@@ -725,16 +725,22 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-tab, .chat-tab-li {
|
.chat-tab, .chat-tab-li {
|
||||||
color:black !important;
|
color:white !important;
|
||||||
margin:0 !important;
|
margin:0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chatTabs{
|
||||||
|
color:white !important;
|
||||||
|
background-color:rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
#text-chat-input{
|
#text-chat-input{
|
||||||
width:95%;
|
width:95%;
|
||||||
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indicator {
|
.indicator {
|
||||||
background-color:black !important;
|
background-color:white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#channelchat, #all_chat{
|
#channelchat, #all_chat{
|
||||||
@@ -757,8 +763,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
|
|
||||||
#chat-bar{
|
#chat-bar{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: white;
|
|
||||||
background: white;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
width:98%;
|
width:98%;
|
||||||
}
|
}
|
||||||
@@ -769,6 +773,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul #chat-log{
|
ul #chat-log{
|
||||||
|
color:white;
|
||||||
/*padding: 0px 0px 0px 11px !important;*/
|
/*padding: 0px 0px 0px 11px !important;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -777,7 +782,7 @@ ul #chat-log{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat-input{
|
#chat-input{
|
||||||
background-color: rgba(0,0,0,0.1);
|
/*background-color: rgba(0,0,0,0.1);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#search_loader {
|
#search_loader {
|
||||||
|
|||||||
Reference in New Issue
Block a user