summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-16 08:19:19 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-16 08:19:19 -0500
commit6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6 (patch)
tree670551eadc5008231bb1b838edf3fea01d968ad2 /web/sass-files/sass/partials/_settings.scss
parent2ec3762fb2e0140649d138006323b35726b9b213 (diff)
parent44fa72066bacb741c3303633b6a3a690f6fc0d01 (diff)
downloadchat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.tar.gz
chat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.tar.bz2
chat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.zip
Merge pull request #2171 from asaadmahmoodspin/ui-fixes
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss49
1 files changed, 49 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index de7df403f..c79b54922 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -144,7 +144,11 @@
select {
padding-right: 25px;
}
+ select::-ms-expand {
+ display: none;
+ }
&:before {
+ pointer-events: none;
position: absolute;
top: 11px;
right: 50px;
@@ -181,12 +185,57 @@
.theme-elements {
padding-left:15px;
+
.element {
margin-right:10px;
+
+ &:nth-child(2n) {
+ margin-right: 0;
+ }
+
}
}
+ .theme-elements__header {
+ margin: 10px 20px 0px 0;
+ border-bottom: 1px solid #ccc;
+ padding: 5px 0 10px;
+ font-size: em(13.5px);
+ font-weight: 600;
+ cursor: pointer;
+
+ .fa-minus {
+ display: none;
+ }
+
+ &.open {
+ .fa-minus {
+ display: inline-block;
+ }
+ .fa-plus {
+ display: none;
+ }
+ }
+
+ .header__icon {
+ float: right;
+ @include opacity(0.5);
+ }
+
+ }
+
+ .theme-elements__body {
+ padding-top: 5px;
+ display: none;
+ @include legacy-pie-clearfix;
+ background: rgba(255, 255, 255, 0.05);
+ padding: 20px 0 0 20px;
+ margin: 0 20px 0 0;
+ @include border-radius(0 0 3px 3px);
+ }
+
.custom-label {
+ white-space: nowrap;
font-weight: normal;
font-size: 12px;
width: 100%;