X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fthemes%2Fcyborg.css;h=fe829d65c822897e23fc3d727d1ab93477defe1c;hb=77a593ad89d90a42d70510d637d88d25ada625df;hp=0437e3f8e85929c1ebbc84440497a6c07df3128f;hpb=102e5f47d996a42b8754b412be7be3c84820ab6c;p=plack-app-gruntmaster.git diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index 0437e3f..fe829d6 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -838,8 +838,8 @@ table { background-color: #181818; } caption { - padding-top: 8px; - padding-bottom: 8px; + padding-top: 5px; + padding-bottom: 5px; color: #888888; text-align: left; } @@ -857,7 +857,7 @@ th { .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { - padding: 8px; + padding: 5px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #282828; @@ -880,14 +880,6 @@ th { .table .table { background-color: #060606; } -.table-condensed > thead > tr > th, -.table-condensed > tbody > tr > th, -.table-condensed > tfoot > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > td { - padding: 5px; -} .table-bordered { border: 1px solid #282828; } @@ -1434,42 +1426,6 @@ fieldset[disabled] .btn-primary.active { .text-info:hover { color: #9933cc; } -.has-warning .help-block, -.has-warning .control-label, -.has-warning .form-control-feedback { - color: #ff8800; -} -.has-warning .form-control, -.has-warning .form-control:focus, -.has-warning .input-group-addon { - border-color: #ff8800; -} -.has-error .help-block, -.has-error .control-label, -.has-error .form-control-feedback { - color: #cc0000; -} -.has-error .form-control, -.has-error .form-control:focus, -.has-error .input-group-addon { - border-color: #cc0000; -} -.has-success .help-block, -.has-success .control-label, -.has-success .form-control-feedback { - color: #77b300; -} -.has-success .form-control, -.has-success .form-control:focus, -.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, @@ -1484,52 +1440,8 @@ legend { .alert .close { text-decoration: none; } -.close { - color: #fff; - text-decoration: none; - opacity: 0.4; -} -.close:hover, -.close:focus { - color: #fff; - opacity: 1; -} a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #282828; } -a.list-group-item.active, -a.list-group-item.active:hover, -a.list-group-item.active:focus { - border-color: #282828; -} -a.list-group-item-success.active { - background-color: #77b300; -} -a.list-group-item-success.active:hover, -a.list-group-item-success.active:focus { - background-color: #669a00; -} -a.list-group-item-warning.active { - background-color: #ff8800; -} -a.list-group-item-warning.active:hover, -a.list-group-item-warning.active:focus { - background-color: #e67a00; -} -a.list-group-item-danger.active { - background-color: #cc0000; -} -a.list-group-item-danger.active:hover, -a.list-group-item-danger.active:focus { - background-color: #b30000; -} -.jumbotron h1, -.jumbotron h2, -.jumbotron h3, -.jumbotron h4, -.jumbotron h5, -.jumbotron h6 { - color: #fff; -}