# HG changeset patch
# User Anton Shestakov <av6@dwimlabs.net>
# Date 1480739559 -28800
# Node ID 3c616f038e2102adfff653a990703ffeed2302bf
# Parent  79336d1a11af2ee110b2319a10e2a485e25f676f
index: remove right border from input in .input-group

diff -r 79336d1a11af -r 3c616f038e21 css/tram-im.css
--- a/css/tram-im.css	Sat Dec 03 12:30:08 2016 +0800
+++ b/css/tram-im.css	Sat Dec 03 12:32:39 2016 +0800
@@ -64,12 +64,13 @@
     margin-top: 15px;
     margin-bottom: 15px;
 }
-.input-group {
+.uk-form.input-group {
     display: table;
 }
-.input-group > input {
+.uk-form.input-group > input {
     display: table-cell;
     width: 100%;
+    border-right: 0;
 }
 .input-group-button {
     display: table-cell;