summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-16 09:48:20 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-16 09:48:20 -0400
commitb236079d936e7f7af648b362d11b491fc0a2c428 (patch)
treec82021843497aa025414960dccc03c6a41fc4327 /web/sass-files/sass/partials/_responsive.scss
parent3e31a9383d46b2c18efec893f779e8046ad1d828 (diff)
parent6e5126ba1d273e9576923a65d5b614314970f99f (diff)
downloadchat-b236079d936e7f7af648b362d11b491fc0a2c428.tar.gz
chat-b236079d936e7f7af648b362d11b491fc0a2c428.tar.bz2
chat-b236079d936e7f7af648b362d11b491fc0a2c428.zip
Merge pull request #175 from ralder/fix-dispatchError
[webui] fix incorrect call for AsyncClient.dispatchError
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 9c0c09ee3..e01739240 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -436,10 +436,9 @@
.form-control {
background: none;
color: #fff;
- border-bottom: 1px solid #fff;
border-bottom: 1px solid rgba(#fff, 0.7);
border-radius: 0;
- padding: 0 0 0 23px;
+ padding: 0 10px 0 23px;
}
::-webkit-input-placeholder {
color: #fff;
@@ -534,6 +533,11 @@
.sidebar--right__close {
display: none;
}
+ .search__form {
+ .glyphicon {
+ color: #fff;
+ }
+ }
}
.inner__wrap {
&.move--right {