From d90064f06fb9e32f78d03640c199a7ee98c9028c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 14:58:37 -0700 Subject: grunt --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c5f255f9f..b8915e200 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -413,6 +413,7 @@ a:not([href]):focus { pre { margin-top: 0; margin-bottom: 1rem; + overflow: auto; } figure { @@ -441,6 +442,7 @@ textarea { } table { + border-collapse: collapse; background-color: transparent; } @@ -3735,6 +3737,12 @@ input[type="button"].btn-block { background-color: #fff; } +.custom-select:disabled { + color: #818a91; + cursor: not-allowed; + background-color: #eceeef; +} + .custom-select::-ms-expand { opacity: 0; } -- cgit v1.2.3