]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removes background from form-control-plaintext
authorAndres Galante <agalante@gmail.com>
Wed, 6 Sep 2017 20:02:57 +0000 (17:02 -0300)
committerPatrick H. Lauke <redux@splintered.co.uk>
Wed, 6 Sep 2017 20:02:57 +0000 (21:02 +0100)
scss/_forms.scss

index 33163a05293bbd0d203f2f8cce9c768c2c3dc266..fb3dc55992ee615916c068cc118e4ffc3dc8c4d7 100644 (file)
@@ -130,6 +130,7 @@ select.form-control {
   padding-bottom: $input-btn-padding-y;
   margin-bottom: 0; // match inputs if this class comes on inputs with default margins
   line-height: $input-btn-line-height;
+  background-color: transparent;
   border: solid transparent;
   border-width: $input-btn-border-width 0;