diff options
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r-- | spacelab/bootstrap.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css index b1ebc6ee..0f796e6e 100644 --- a/spacelab/bootstrap.css +++ b/spacelab/bootstrap.css @@ -1,14 +1,14 @@ @import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"); /*! - * bootswatch v3.3.6 + * bootswatch v3.3.7 * Homepage: http://bootswatch.com * Copyright 2012-2016 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! - * Bootstrap v3.3.6 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ @@ -1110,7 +1110,6 @@ a:focus { text-decoration: underline; } a:focus { - outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } @@ -2541,7 +2540,6 @@ select[size] { input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { - outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } @@ -3033,7 +3031,6 @@ select[multiple].input-lg { .btn.focus, .btn:active.focus, .btn.active.focus { - outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } |