|
@@ -9,11 +9,11 @@
|
|
@import url("fonticons/style.css");
|
|
@import url("fonticons/style.css");
|
|
|
|
|
|
#collective-xmpp-chat-data {
|
|
#collective-xmpp-chat-data {
|
|
- color: rgb(89, 89, 89);
|
|
|
|
|
|
+ color: rgb(79, 79, 79);
|
|
}
|
|
}
|
|
|
|
|
|
#collective-xmpp-chat-data input {
|
|
#collective-xmpp-chat-data input {
|
|
- color: rgb(89, 89, 89);
|
|
|
|
|
|
+ color: rgb(79, 79, 79);
|
|
}
|
|
}
|
|
|
|
|
|
.hidden {
|
|
.hidden {
|
|
@@ -83,8 +83,8 @@ span.spinner.hor_centered {
|
|
}
|
|
}
|
|
|
|
|
|
.chat-head-chatbox {
|
|
.chat-head-chatbox {
|
|
- background-color: rgb(89, 106, 114);
|
|
|
|
- background-color: rgba(89, 106, 114, 1);
|
|
|
|
|
|
+ background-color: rgb(79, 106, 114);
|
|
|
|
+ background-color: rgba(79, 106, 114, 1);
|
|
}
|
|
}
|
|
|
|
|
|
.chat-head-chatroom {
|
|
.chat-head-chatroom {
|
|
@@ -144,15 +144,15 @@ ul.participant-list li.moderator {
|
|
}
|
|
}
|
|
|
|
|
|
.chat-blink {
|
|
.chat-blink {
|
|
- background-color: #176689;
|
|
|
|
- border-right:1px solid #176689;
|
|
|
|
- border-left:1px solid #176689;
|
|
|
|
|
|
+ background-color: #176679;
|
|
|
|
+ border-right:1px solid #176679;
|
|
|
|
+ border-left:1px solid #176679;
|
|
}
|
|
}
|
|
|
|
|
|
.chat-content {
|
|
.chat-content {
|
|
padding: 0.3em;
|
|
padding: 0.3em;
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
- color: rgb(89, 89, 89);
|
|
|
|
|
|
+ color: rgb(79, 79, 79);
|
|
height:193px;
|
|
height:193px;
|
|
overflow-y:auto;
|
|
overflow-y:auto;
|
|
border:1px solid #999;
|
|
border:1px solid #999;
|
|
@@ -274,7 +274,7 @@ div.chat-title {
|
|
|
|
|
|
.chat-head-chatbox,
|
|
.chat-head-chatbox,
|
|
.chat-head-chatroom {
|
|
.chat-head-chatroom {
|
|
- background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%);
|
|
|
|
|
|
+ background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(79,106,114,1) 100%);
|
|
height: 35px;
|
|
height: 35px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -453,6 +453,11 @@ a.configure-chatroom-button {
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#converse-roster dd.current-xmpp-contact span {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ float: left;
|
|
|
|
+}
|
|
|
|
+
|
|
#converse-roster dd.current-xmpp-contact.xa,
|
|
#converse-roster dd.current-xmpp-contact.xa,
|
|
#converse-roster dd.current-xmpp-contact.xa:hover,
|
|
#converse-roster dd.current-xmpp-contact.xa:hover,
|
|
#converse-roster dd.current-xmpp-contact.away,
|
|
#converse-roster dd.current-xmpp-contact.away,
|
|
@@ -475,8 +480,6 @@ a.configure-chatroom-button {
|
|
|
|
|
|
#converse-roster dd span {
|
|
#converse-roster dd span {
|
|
padding: 2px 5px 0 0;
|
|
padding: 2px 5px 0 0;
|
|
- float: left;
|
|
|
|
- font-size: 16px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.remove-xmpp-contact-dialog .ui-dialog-buttonpane {
|
|
.remove-xmpp-contact-dialog .ui-dialog-buttonpane {
|
|
@@ -509,7 +512,7 @@ a.configure-chatroom-button {
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
color: #666;
|
|
color: #666;
|
|
border: none;
|
|
border: none;
|
|
- padding: 0em 0em 0.3em 0.5em;
|
|
|
|
|
|
+ padding: 0.3em 0em 0em 0.5em;
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -578,7 +581,7 @@ dd.available-chatroom:hover a.open-room {
|
|
width: 22px;
|
|
width: 22px;
|
|
margin: 0;
|
|
margin: 0;
|
|
display: none;
|
|
display: none;
|
|
- color: rgb(89, 89, 89);
|
|
|
|
|
|
+ color: rgb(79, 79, 79);
|
|
}
|
|
}
|
|
|
|
|
|
#converse-roster dd:hover a.remove-xmpp-contact {
|
|
#converse-roster dd:hover a.remove-xmpp-contact {
|
|
@@ -801,7 +804,7 @@ form.add-xmpp-contact input {
|
|
cursor:pointer;
|
|
cursor:pointer;
|
|
display:block;
|
|
display:block;
|
|
padding: 3px 7px 0 5px;
|
|
padding: 3px 7px 0 5px;
|
|
- color: rgb(89, 89, 89);
|
|
|
|
|
|
+ color: rgb(79, 79, 79);
|
|
}
|
|
}
|
|
|
|
|
|
.chatbox .dropdown dd ul {
|
|
.chatbox .dropdown dd ul {
|