IE8 CSS fix.

This commit is contained in:
JC Brand 2013-08-26 09:13:12 +02:00
parent 4ae20ee1b7
commit b2d4205baa

View File

@ -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 {