From 932d0aa06815b3ce0ff9b30c03ce486da6332709 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 13:43:13 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index a0cf9d2c0..ef8f78610 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2151,6 +2151,11 @@ select.form-control:not([size]):not([multiple]) { height: 2.5rem; } +select.form-control:focus::-ms-value { + color: #55595c; + background-color: #fff; +} + .form-control-file, .form-control-range { display: block; @@ -3714,6 +3719,11 @@ input[type="button"].btn-block { outline: none; } +.custom-select:focus::-ms-value { + color: #55595c; + background-color: #fff; +} + .custom-select::-ms-expand { opacity: 0; } @@ -4129,8 +4139,7 @@ input[type="button"].btn-block { margin-bottom: 0.75rem; background-color: #fff; border-radius: 0.25rem; - -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125); + border: 1px solid rgba(0, 0, 0, 0.125); } .card-block { -- cgit v1.2.3 From 69afc16867d37000cb58662f7af39a7c765ee655 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 13:46:38 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 151 ++++++++++++++++++++++++-------------------- 1 file changed, 81 insertions(+), 70 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index ef8f78610..c5f255f9f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3,7 +3,7 @@ * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; @@ -34,7 +34,6 @@ canvas, progress, video { display: inline-block; - vertical-align: baseline; } audio:not([controls]) { @@ -42,8 +41,12 @@ audio:not([controls]) { height: 0; } -[hidden], -template { +progress { + vertical-align: baseline; +} + +template, +[hidden] { display: none; } @@ -51,21 +54,25 @@ a { background-color: transparent; } -a:active { - outline: 0; -} - +a:active, a:hover { - outline: 0; + outline-width: 0; } abbr[title] { - border-bottom: 1px dotted; + border-bottom: none; + text-decoration: underline; + text-decoration: underline dotted; } b, strong { - font-weight: bold; + font-weight: inherit; +} + +b, +strong { + font-weight: bolder; } dfn { @@ -78,7 +85,7 @@ h1 { } mark { - background: #ff0; + background-color: #ff0; color: #000; } @@ -94,22 +101,30 @@ sup { vertical-align: baseline; } -sup { - top: -0.5em; -} - sub { bottom: -0.25em; } +sup { + top: -0.5em; +} + img { - border: 0; + border-style: none; } svg:not(:root) { overflow: hidden; } +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + figure { margin: 1em 40px; } @@ -118,81 +133,65 @@ hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; + overflow: visible; } -pre { - overflow: auto; +button, +input, +select, +textarea { + font: inherit; } -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; +optgroup { + font-weight: bold; +} + +button, +input, +select { + overflow: visible; } button, input, -optgroup, select, textarea { - color: inherit; - font: inherit; margin: 0; } -button { - overflow: visible; -} - button, select { text-transform: none; } button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; +[type="button"], +[type="reset"], +[type="submit"] { cursor: pointer; } -button[disabled], -html input[disabled] { +[disabled] { cursor: default; } +button, +html [type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } -input { - line-height: normal; -} - -input[type="checkbox"], -input[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -input[type="search"] { - -webkit-appearance: textfield; -} - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; +button:-moz-focusring, +input:-moz-focusring { + outline: 1px dotted ButtonText; } fieldset { @@ -202,26 +201,38 @@ fieldset { } legend { - border: 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; padding: 0; + white-space: normal; } textarea { overflow: auto; } -optgroup { - font-weight: bold; +[type="checkbox"], +[type="radio"] { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0; } -table { - border-collapse: collapse; - border-spacing: 0; +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; } -td, -th { - padding: 0; +[type="search"] { + -webkit-appearance: textfield; +} + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } @media print { -- cgit v1.2.3 From d90064f06fb9e32f78d03640c199a7ee98c9028c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 May 2016 14:58:37 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c5f255f9f..b8915e200 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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