summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-23 15:03:05 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-23 15:03:05 -0400
commit32e8dddd0cd8532e45f89290a154d5d7911c16dd (patch)
treed0693205c38d0cadd1a74cf642ea9833617c2dd5 /web/sass-files/sass/partials/_headers.scss
parentd9175d7525c343d5759d303e0874f69103540fd1 (diff)
parent6d7f23915fd2852716a6014470acc0df2c8520fd (diff)
downloadchat-32e8dddd0cd8532e45f89290a154d5d7911c16dd.tar.gz
chat-32e8dddd0cd8532e45f89290a154d5d7911c16dd.tar.bz2
chat-32e8dddd0cd8532e45f89290a154d5d7911c16dd.zip
Merge pull request #242 from asaadmahmoodspin/master
UI Fixes
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 4351e167b..687e330a6 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -96,6 +96,10 @@
right: 22px;
.dropdown-toggle {
padding: 10px;
+ @include opacity(0.8);
+ &:hover {
+ @include opacity(1);
+ }
}
.dropdown-menu {
li a {
@@ -119,7 +123,7 @@
}
.header__info {
color: #fff;
- padding-left: 3px
+ padding-left: 4px;
}
.team__name, .user__name {
display: block;