Browse Source

increases opacity of icon message

pull/2229/head
jlukic 11 years ago
parent
commit
769554bb19
1 changed files with 1 additions and 1 deletions
  1. 2
      src/collections/message.less

2
src/collections/message.less

@ -233,7 +233,7 @@
display: table-cell;
vertical-align: middle;
font-size: 3.8em;
opacity: 0.2;
opacity: 0.5;
}
.ui.icon.message > .icon + .content {
padding-left: 1em;

Loading…
Cancel
Save