remove images from chat

This commit is contained in:
2015-05-31 21:39:29 +02:00
parent 5ff81d04e5
commit d15d022b66
9 changed files with 158 additions and 32 deletions

View File

@@ -243,6 +243,20 @@ a.button .fa {
margin-right:5px;
}
a.button.no_text .fa {
margin-right:0;
}
a.button.no_bg, a.button.no_bg:hover {
background:none;
color:$col_none;
margin: 0.33333em 0; /* to compensate the fa-60 */
padding:0;
}
a.button.no_bg:hover .fa {
color:$col_hover_1;
}
a.button.strong .value {
font-weight:bold;
}