|
|
@ -22,8 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
THE SOFTWARE.
|
|
|
|
THE SOFTWARE.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
/*!
|
|
|
|
/*!
|
|
|
|
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
|
|
|
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
|
|
|
* Copyright 2011-2015 Twitter, Inc.
|
|
|
|
* Copyright 2011-2016 Twitter, Inc.
|
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
|
@ -1118,7 +1118,6 @@ a:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a:focus {
|
|
|
|
a:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -2547,7 +2546,6 @@ select[size] {
|
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="file"]:focus,
|
|
|
|
input[type="radio"]:focus,
|
|
|
|
input[type="radio"]:focus,
|
|
|
|
input[type="checkbox"]:focus {
|
|
|
|
input[type="checkbox"]:focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -3038,7 +3036,6 @@ select[multiple].input-lg {
|
|
|
|
.btn.focus,
|
|
|
|
.btn.focus,
|
|
|
|
.btn:active.focus,
|
|
|
|
.btn:active.focus,
|
|
|
|
.btn.active.focus {
|
|
|
|
.btn.active.focus {
|
|
|
|
outline: thin dotted;
|
|
|
|
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|