diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-10-06 09:34:36 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-10-06 09:34:36 -0400 |
commit | 32db91463b65346382ccd427dcc1e1562f7dd43e (patch) | |
tree | effe328bcf07a1685aa5cbf6517100dac1683482 /web/sass-files/sass/partials/_modal.scss | |
parent | e946ef1837f440da8890a0ba655710e7fe2616c9 (diff) | |
parent | 3a9140761bed53dabff6766a0197b7f90690a2e6 (diff) | |
download | chat-32db91463b65346382ccd427dcc1e1562f7dd43e.tar.gz chat-32db91463b65346382ccd427dcc1e1562f7dd43e.tar.bz2 chat-32db91463b65346382ccd427dcc1e1562f7dd43e.zip |
Merge pull request #934 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r-- | web/sass-files/sass/partials/_modal.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 96b26f251..2722333a4 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -144,11 +144,10 @@ font-size: 0.9em; overflow: hidden; text-overflow: ellipsis; - color: #999; + @include opacity(0.8); margin: 5px 0; } .more-channel-name { - color: #444; font-weight: 600; font-size: 0.95em; } |