From 4179b259ab2edc1a09366e1482cd965fc79996fe Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 26 May 2014 20:03:29 +0400 Subject: [PATCH] Chrome fixes --- app/css/app.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/css/app.css b/app/css/app.css index a32e6dbf..c1cce7f0 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -2535,7 +2535,20 @@ img.chat_modal_participant_photo { .tg_range_wrap { line-height: 18px; } -input.tg_range, +input.tg_range { + cursor: pointer; + outline: none !important; + -webkit-appearance: none; + width: 100%; + max-width: 362px; + display: inline-block; + background: #c7c7c7; + height: 3px; + line-height: 18px; + vertical-align: top; + margin: 8px 0; + border-radius: 2px; +} input.tg_range::-moz-range-track { cursor: pointer; outline: none !important;