Commit e3afc2ec authored by JC Brand's avatar JC Brand

Merge branch 'master' of github.com:jcbrand/converse.js

parents 27cce2c2 abdca3ef
...@@ -605,6 +605,17 @@ span.spinner.hor_centered { ...@@ -605,6 +605,17 @@ span.spinner.hor_centered {
right: 5px; right: 5px;
bottom: 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 { #conversejs .chat-head {
color: #ffffff; color: #ffffff;
font-size: 100%; font-size: 100%;
......
...@@ -640,6 +640,18 @@ span.spinner.hor_centered { ...@@ -640,6 +640,18 @@ span.spinner.hor_centered {
bottom: 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: rgba(83, 144, 200, 100);
padding: 4px 8px;
margin-right: 5px;
color: white;
}
#conversejs .chat-head { #conversejs .chat-head {
color: #ffffff; color: #ffffff;
font-size: 100%; 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