X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=blobdiff_plain;f=css%2Fthemes%2Fslate.css;fp=css%2Fthemes%2Fslate.css;h=9b484e055c1c33e56a3bdd0da5620f21cd634fb7;hp=d20c8fea68ef3b71f80095d61a49e99285408087;hb=001804841a6bb98729bf166bccedac7ea84fe7ae;hpb=dee46c5bb42f8fdaa70e70d6bdd4da5072a99ecd diff --git a/css/themes/slate.css b/css/themes/slate.css index d20c8fe..9b484e0 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.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: #7a8288; } -a.text-primary:hover { +a.text-primary:hover, +a.text-primary:focus { color: #62686d; } .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: #7a8288; } -a.bg-primary:hover { +a.bg-primary:hover, +a.bg-primary:focus { background-color: #62686d; } .bg-success { background-color: #62c462; } -a.bg-success:hover { +a.bg-success:hover, +a.bg-success:focus { background-color: #42b142; } .bg-info { background-color: #5bc0de; } -a.bg-info:hover { +a.bg-info:hover, +a.bg-info:focus { background-color: #31b0d5; } .bg-warning { background-color: #f89406; } -a.bg-warning:hover { +a.bg-warning:hover, +a.bg-warning:focus { background-color: #c67605; } .bg-danger { background-color: #ee5f5b; } -a.bg-danger:hover { +a.bg-danger:hover, +a.bg-danger:focus { background-color: #e9322d; } .page-header { @@ -1045,9 +1057,17 @@ textarea.form-control { background-color: #3a3f44; border-color: #3a3f44; } -.btn-default:hover, .btn-default:focus, -.btn-default.focus, +.btn-default.focus { + color: #ffffff; + background-color: #232628; + border-color: #000000; +} +.btn-default:hover { + color: #ffffff; + background-color: #232628; + border-color: #1e2023; +} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { @@ -1055,6 +1075,19 @@ textarea.form-control { background-color: #232628; border-color: #1e2023; } +.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: #121415; + border-color: #000000; +} .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { @@ -1090,9 +1123,17 @@ fieldset[disabled] .btn-default.active { background-color: #7a8288; border-color: #7a8288; } -.btn-primary:hover, .btn-primary:focus, -.btn-primary.focus, +.btn-primary.focus { + color: #ffffff; + background-color: #62686d; + border-color: #3e4245; +} +.btn-primary:hover { + color: #ffffff; + background-color: #62686d; + border-color: #5d6368; +} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { @@ -1100,6 +1141,19 @@ fieldset[disabled] .btn-default.active { background-color: #62686d; border-color: #5d6368; } +.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: #51565a; + border-color: #3e4245; +} .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {