summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-13 04:23:24 -0700
committerralder <ralder@yandex.ru>2015-07-13 13:53:59 -0700
commit6e5126ba1d273e9576923a65d5b614314970f99f (patch)
tree07d6a6f433dbefabd1798a4abce432d75329bf93 /web/sass-files/sass/partials/_responsive.scss
parente38ea318a1287710313a0c86fecb76dff8a923aa (diff)
downloadchat-6e5126ba1d273e9576923a65d5b614314970f99f.tar.gz
chat-6e5126ba1d273e9576923a65d5b614314970f99f.tar.bz2
chat-6e5126ba1d273e9576923a65d5b614314970f99f.zip
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 {