vendor/assets/stylesheets/cyborg.css in bootswatch_rails-3.3.6.2 vs vendor/assets/stylesheets/cyborg.css in bootswatch_rails-3.3.7.0

- old
+ new

@@ -1,16 +1,16 @@ @import url("https://fonts.googleapis.com/css?family=Roboto: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 */ html { font-family: sans-serif; @@ -1108,11 +1108,10 @@ a:focus { color: #2a9fd6; text-decoration: underline; } a:focus { - outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; @@ -2539,11 +2538,10 @@ height: auto; } 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; } output { display: block; @@ -3031,11 +3029,10 @@ .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { - outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, @@ -3907,11 +3904,11 @@ font-size: 14px; font-weight: normal; line-height: 1; color: #888888; text-align: center; - background-color: #adafae; + background-color: #424242; border: 1px solid #282828; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; @@ -6039,11 +6036,11 @@ .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; - background-color: #000000; + background-color: #2c2c2c; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; @@ -6054,60 +6051,60 @@ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: #000000; + border-top-color: #2c2c2c; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; - border-top-color: #000000; + border-top-color: #2c2c2c; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; - border-top-color: #000000; + border-top-color: #2c2c2c; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: #000000; + border-right-color: #2c2c2c; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: #000000; + border-left-color: #2c2c2c; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: #000000; + border-bottom-color: #2c2c2c; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; - border-bottom-color: #000000; + border-bottom-color: #2c2c2c; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; - border-bottom-color: #000000; + border-bottom-color: #2c2c2c; } .popover { position: absolute; top: 0; left: 0; @@ -6129,14 +6126,14 @@ white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; - background-color: #202020; + background-color: #2c2c2c; -webkit-background-clip: padding-box; background-clip: padding-box; - border: 1px solid #999999; + border: 1px solid #2c2c2c; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } @@ -6154,12 +6151,12 @@ } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; - background-color: #181818; - border-bottom: 1px solid #0b0b0b; + background-color: #252525; + border-bottom: 1px solid #181818; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } @@ -6181,64 +6178,64 @@ } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; - border-top-color: #666666; - border-top-color: rgba(0, 0, 0, 0.25); + border-top-color: #2c2c2c; + border-top-color: rgba(0, 0, 0, 0.2); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: #202020; + border-top-color: #2c2c2c; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; - border-right-color: #666666; - border-right-color: rgba(0, 0, 0, 0.25); + border-right-color: #2c2c2c; + border-right-color: rgba(0, 0, 0, 0.2); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: #202020; + border-right-color: #2c2c2c; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; - border-bottom-color: #666666; - border-bottom-color: rgba(0, 0, 0, 0.25); + border-bottom-color: #2c2c2c; + border-bottom-color: rgba(0, 0, 0, 0.2); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: #202020; + border-bottom-color: #2c2c2c; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; - border-left-color: #666666; - border-left-color: rgba(0, 0, 0, 0.25); + border-left-color: #2c2c2c; + border-left-color: rgba(0, 0, 0, 0.2); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; - border-left-color: #202020; + border-left-color: #2c2c2c; bottom: -10px; } .carousel { position: relative; } @@ -6858,12 +6855,9 @@ .has-success .input-group-addon { border-color: #77b300; } legend { color: #fff; -} -.input-group-addon { - background-color: #424242; } .nav-tabs a, .nav-pills a, .breadcrumb a, .pager a {