|
@@ -352,18 +352,17 @@ span.spinner.hor_centered {
|
|
}
|
|
}
|
|
|
|
|
|
#toggle-controlbox {
|
|
#toggle-controlbox {
|
|
- position: fixed;
|
|
|
|
- font-size: 70%;
|
|
|
|
- bottom: 0;
|
|
|
|
- right: 0;
|
|
|
|
|
|
+ float: right;
|
|
|
|
+ font-size: 85%;
|
|
border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
- background: #e3e2e2;
|
|
|
|
- border: 1px solid #c3c3c3;
|
|
|
|
- border-bottom: none;
|
|
|
|
- padding: 1px 3px;
|
|
|
|
- margin-right: 15px;
|
|
|
|
- height: 16px;
|
|
|
|
|
|
+ background-color: rgba(83, 144, 200, 100);
|
|
|
|
+ padding: 4px 8px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#toggle-controlbox a {
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
#connecting-to-chat {
|
|
#connecting-to-chat {
|