Commit abdca3ef authored by JC Brand's avatar JC Brand

Updated css

parent 4b8196cd
......@@ -605,6 +605,17 @@ span.spinner.hor_centered {
right: 5px;
bottom: 5px;
}
#conversejs .toggle-controlbox,
#conversejs .toggle-minimized-chats {
float: right;
font-size: 85%;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: #5390c8;
padding: 4px 8px;
margin-right: 5px;
color: white;
}
#conversejs .chat-head {
color: #ffffff;
font-size: 100%;
......
......@@ -640,6 +640,18 @@ span.spinner.hor_centered {
bottom: 5px;
}
#conversejs .toggle-controlbox,
#conversejs .toggle-minimized-chats {
float: right;
font-size: 85%;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
background-color: rgba(83, 144, 200, 100);
padding: 4px 8px;
margin-right: 5px;
color: white;
}
#conversejs .chat-head {
color: #ffffff;
font-size: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment