summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-01 09:33:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-01 09:33:21 +0500
commit813792dd600f4e485d52cc1066a8c1297578432d (patch)
treee9d2bcf64fca4aa27c2cdd3c0aa7b4ec2d5137d9 /web/sass-files/sass/partials/_settings.scss
parent53bdc34f3768b06a0cffdcaa52ca5335f52339d0 (diff)
downloadchat-813792dd600f4e485d52cc1066a8c1297578432d.tar.gz
chat-813792dd600f4e485d52cc1066a8c1297578432d.tar.bz2
chat-813792dd600f4e485d52cc1066a8c1297578432d.zip
pot-375 - Making modals compatible with themes
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss11
1 files changed, 3 insertions, 8 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index 3aab05d70..1f785f63c 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -2,7 +2,6 @@
@import "activity-log";
.user-settings {
- background: #fff;
min-height:300px;
.table-responsive {
max-width: 560px;
@@ -71,7 +70,7 @@
}
.section-max {
- background: #f2f2f2;
+ background: rgba(black, 0.05);
padding: 1em 0 1.3em;
margin-bottom: 0;
@include clearfix;
@@ -121,7 +120,7 @@
.fa {
margin-right: 7px;
font-size: 12px;
- color: #aaa;
+ @include opacity(0.5);
display: none;
}
}
@@ -131,7 +130,7 @@
}
.section-describe {
- color:grey;
+ @include opacity(0.7);
}
.divider-dark {
@@ -167,15 +166,11 @@
}
}
.control-label {
- color: #555;
font-weight: 600;
&.text-left {
text-align: left;
}
}
- hr {
- border-color: #ccc;
- }
}
.file-status {