X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=css%2Fthemes%2Fcyborg.css;fp=css%2Fthemes%2Fcyborg.css;h=ca686c958c9f4d068661d6497c4ab081a84b943d;hp=32c642a7b47f3fdc01f9ab2ebaadc5d95f8dd782;hb=001804841a6bb98729bf166bccedac7ea84fe7ae;hpb=dee46c5bb42f8fdaa70e70d6bdd4da5072a99ecd diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index 32c642a..ca686c9 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -1,11 +1,16 @@ /*! - * bootswatch v3.3.4+1 + * bootswatch v3.3.5 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park * Licensed under MIT * Based on Bootstrap */ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 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; -ms-text-size-adjust: 100%; @@ -232,9 +237,6 @@ th { h3 { page-break-after: avoid; } - select { - background: #fff !important; - } .navbar { display: none; } @@ -521,62 +523,72 @@ mark, .text-primary { color: #2a9fd6; } -a.text-primary:hover { +a.text-primary:hover, +a.text-primary:focus { color: #2180ac; } .text-success { color: #ffffff; } -a.text-success:hover { +a.text-success:hover, +a.text-success:focus { color: #e6e6e6; } .text-info { color: #ffffff; } -a.text-info:hover { +a.text-info:hover, +a.text-info:focus { color: #e6e6e6; } .text-warning { color: #ffffff; } -a.text-warning:hover { +a.text-warning:hover, +a.text-warning:focus { color: #e6e6e6; } .text-danger { color: #ffffff; } -a.text-danger:hover { +a.text-danger:hover, +a.text-danger:focus { color: #e6e6e6; } .bg-primary { color: #fff; background-color: #2a9fd6; } -a.bg-primary:hover { +a.bg-primary:hover, +a.bg-primary:focus { background-color: #2180ac; } .bg-success { background-color: #77b300; } -a.bg-success:hover { +a.bg-success:hover, +a.bg-success:focus { background-color: #558000; } .bg-info { background-color: #9933cc; } -a.bg-info:hover { +a.bg-info:hover, +a.bg-info:focus { background-color: #7a29a3; } .bg-warning { background-color: #ff8800; } -a.bg-warning:hover { +a.bg-warning:hover, +a.bg-warning:focus { background-color: #cc6d00; } .bg-danger { background-color: #cc0000; } -a.bg-danger:hover { +a.bg-danger:hover, +a.bg-danger:focus { background-color: #990000; } .page-header { @@ -1045,9 +1057,17 @@ textarea.form-control { background-color: #424242; border-color: #424242; } -.btn-default:hover, .btn-default:focus, -.btn-default.focus, +.btn-default.focus { + color: #ffffff; + background-color: #282828; + border-color: #020202; +} +.btn-default:hover { + color: #ffffff; + background-color: #282828; + border-color: #232323; +} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { @@ -1055,6 +1075,19 @@ textarea.form-control { background-color: #282828; border-color: #232323; } +.btn-default:active:hover, +.btn-default.active:hover, +.open > .dropdown-toggle.btn-default:hover, +.btn-default:active:focus, +.btn-default.active:focus, +.open > .dropdown-toggle.btn-default:focus, +.btn-default:active.focus, +.btn-default.active.focus, +.open > .dropdown-toggle.btn-default.focus { + color: #ffffff; + background-color: #161616; + border-color: #020202; +} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { @@ -1090,9 +1123,17 @@ fieldset[disabled] .btn-default.active { background-color: #2a9fd6; border-color: #2a9fd6; } -.btn-primary:hover, .btn-primary:focus, -.btn-primary.focus, +.btn-primary.focus { + color: #ffffff; + background-color: #2180ac; + border-color: #15506c; +} +.btn-primary:hover { + color: #ffffff; + background-color: #2180ac; + border-color: #1f79a3; +} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { @@ -1100,6 +1141,19 @@ fieldset[disabled] .btn-default.active { background-color: #2180ac; border-color: #1f79a3; } +.btn-primary:active:hover, +.btn-primary.active:hover, +.open > .dropdown-toggle.btn-primary:hover, +.btn-primary:active:focus, +.btn-primary.active:focus, +.open > .dropdown-toggle.btn-primary:focus, +.btn-primary:active.focus, +.btn-primary.active.focus, +.open > .dropdown-toggle.btn-primary.focus { + color: #ffffff; + background-color: #1b698e; + border-color: #15506c; +} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { @@ -1427,6 +1481,12 @@ fieldset[disabled] .btn-primary.active { .text-info:hover { color: #9933cc; } +.bg-success, +.bg-info, +.bg-warning, +.bg-danger { + color: #fff; +} .nav-tabs a, .nav-pills a, .breadcrumb a,