IE8 CSS fix.
This commit is contained in:
parent
4ae20ee1b7
commit
b2d4205baa
@ -8,10 +8,7 @@
|
|||||||
|
|
||||||
@import url("fonticons/style.css");
|
@import url("fonticons/style.css");
|
||||||
|
|
||||||
#collective-xmpp-chat-data {
|
#collective-xmpp-chat-data,
|
||||||
color: rgb(79, 79, 79);
|
|
||||||
}
|
|
||||||
|
|
||||||
#collective-xmpp-chat-data input {
|
#collective-xmpp-chat-data input {
|
||||||
color: rgb(79, 79, 79);
|
color: rgb(79, 79, 79);
|
||||||
}
|
}
|
||||||
@ -115,7 +112,7 @@ span.spinner.hor_centered {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-left: 1px solid #AAA;
|
border-left: 1px solid #AAA;
|
||||||
max-width: 99px;
|
max-width: 98px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.participants ul.participant-list li {
|
.participants ul.participant-list li {
|
||||||
|
Loading…
Reference in New Issue
Block a user