summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:26:15 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:26:15 +0500
commitc5ce2fe933996c718522fb260c7a5a1bf3c63148 (patch)
treef5806eb07532d1e2ef3b425de0ec451d95526c78 /web/sass-files/sass/partials/_settings.scss
parent407b6af7a0be2abcdbf8541a071e17741eca0910 (diff)
downloadchat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.tar.gz
chat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.tar.bz2
chat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.zip
MM-1825 - Improving UI for settings
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index 25c093957..468880724 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -56,7 +56,11 @@
.section-min {
padding: 1em 0;
margin-bottom: 0;
+ cursor: pointer;
@include clearfix;
+ &:hover {
+ background: #f9f9f9;
+ }
}
.section-max {
@@ -97,7 +101,6 @@
}
.setting-list__hint {
- color: #555;
margin-top: 20px;
}