summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-05 06:43:08 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-05 06:43:08 +0500
commit74fecd1952cb4fa1a8d1a93a1187cbf366b11a80 (patch)
treec8e38e219dd36fe0f9f4a5283ecc8bee31b77dab /web
parentfef9947757255715a8da3a9a804664321e45ac08 (diff)
downloadchat-74fecd1952cb4fa1a8d1a93a1187cbf366b11a80.tar.gz
chat-74fecd1952cb4fa1a8d1a93a1187cbf366b11a80.tar.bz2
chat-74fecd1952cb4fa1a8d1a93a1187cbf366b11a80.zip
Updating search colours
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 9a3141d51..7a7a5e13f 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -487,7 +487,8 @@ export function applyTheme(theme) {
changeCss('.post-image__column', 'border-color:' + changeOpacity(theme.centerChannelColor, 0.2), 2);
changeCss('.post-image__column .post-image__details', 'color:' + theme.centerChannelColor, 2);
changeCss('.post-image__column a, .post-image__column a:hover, .post-image__column a:focus', 'color:' + theme.centerChannelColor, 1);
- changeCss('@media(max-width: 768px){.search-bar__container .search__form .search-bar', 'background:' + changeOpacity(theme.centerChannelColor, 0.2), 1);
+ changeCss('.search-bar__container .search__form .search-bar', 'background: transparent; color:' + theme.centerChannelColor, 1);
+ changeCss('@media(max-width: 768px){.search-bar__container .search__form .search-bar', 'background:' + changeOpacity(theme.centerChannelColor, 0.2) + '; color: inherit;', 1);
changeCss('.search-bar__container .search__form', 'border-color:' + changeOpacity(theme.centerChannelColor, 0.2), 1);
changeCss('.channel-intro .channel-intro__content', 'background:' + changeOpacity(theme.centerChannelColor, 0.05), 1);
changeCss('.date-separator .separator__text', 'color:' + theme.centerChannelColor, 2);