From 4ba3a19855170fae8d29511aa82561f3975da2c0 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 20 Oct 2015 18:34:49 +0500 Subject: [PATCH] Adding background transparent for theme inputs --- web/sass-files/sass/partials/_settings.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss index c4591d7b61..5fc9b295b5 100644 --- a/web/sass-files/sass/partials/_settings.scss +++ b/web/sass-files/sass/partials/_settings.scss @@ -103,6 +103,9 @@ text-overflow: ellipsis; margin-bottom: 0; } + .input-group-addon:not(:first-child) { + background: transparent; + } .radio { label { font-weight: 600;