diff options
| author | Mark Otto <[email protected]> | 2016-05-08 14:58:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 14:58:37 -0700 |
| commit | d90064f06fb9e32f78d03640c199a7ee98c9028c (patch) | |
| tree | 90177e2ea37b500c0cd598eda99d4010ccdaeb91 /dist/css/bootstrap.css | |
| parent | aa5ef212f3397528d0cd193a2cb684423c355bb6 (diff) | |
| download | bootstrap-d90064f06fb9e32f78d03640c199a7ee98c9028c.tar.xz bootstrap-d90064f06fb9e32f78d03640c199a7ee98c9028c.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
