remove images from chat
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user