Commit b2d4205b authored by JC Brand's avatar JC Brand

IE8 CSS fix.

parent 4ae20ee1
...@@ -8,10 +8,7 @@ ...@@ -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 { ...@@ -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 {
......
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