diff options
Diffstat (limited to 'cyborg')
-rw-r--r-- | cyborg/bootswatch.less | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index c530daaa..2230caa0 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -8,7 +8,7 @@ .navbar { - border-bottom: 1px solid @gray-dark; + border-bottom: 1px solid @gray-dark; } // Buttons ==================================================================== @@ -17,99 +17,99 @@ .text-primary, .text-primary:hover { - color: @brand-primary; + color: @brand-primary; } .text-success, .text-success:hover { - color: @brand-success; + color: @brand-success; } .text-danger, .text-danger:hover { - color: @brand-danger; + color: @brand-danger; } .text-warning, .text-warning:hover { - color: @brand-warning; + color: @brand-warning; } .text-info, .text-info:hover { - color: @brand-info; + color: @brand-info; } // Tables ===================================================================== .table { - tr.success, - tr.warning, - tr.danger { - color: #fff; - } + tr.success, + tr.warning, + tr.danger { + color: #fff; + } } .table-responsive > .table { - background-color: @table-bg; + background-color: @table-bg; } // Forms ====================================================================== .has-warning { - .help-block, - .control-label { - color: @brand-warning; - } + .help-block, + .control-label { + color: @brand-warning; + } - .form-control, - .form-control:focus { - border-color: @brand-warning; - } + .form-control, + .form-control:focus { + border-color: @brand-warning; + } } .has-error { - .help-block, - .control-label { - color: @brand-danger; - } + .help-block, + .control-label { + color: @brand-danger; + } - .form-control, - .form-control:focus { - border-color: @brand-danger; - } + .form-control, + .form-control:focus { + border-color: @brand-danger; + } } .has-success { - .help-block, - .control-label { - color: @brand-success; - } + .help-block, + .control-label { + color: @brand-success; + } - .form-control, - .form-control:focus { - border-color: @brand-success; - } + .form-control, + .form-control:focus { + border-color: @brand-success; + } } legend { - color: #fff; + color: #fff; } .input-group-addon { - background-color: @btn-default-bg; + background-color: @btn-default-bg; } // Navs ======================================================================= .nav { - .caret, - a:hover .caret { - border-top-color: #fff; - border-bottom-color: #fff; - } + .caret, + a:hover .caret { + border-top-color: #fff; + border-bottom-color: #fff; + } } .nav-tabs, @@ -117,20 +117,20 @@ legend { .breadcrumb, .pager { - a { - color: #fff; - } + a { + color: #fff; + } } // Indicators ================================================================= .alert { - .alert-link, - a { - color: @alert-warning-text; - text-decoration: underline; - } + .alert-link, + a { + color: @alert-warning-text; + text-decoration: underline; + } } // Progress bars ============================================================== @@ -139,7 +139,7 @@ legend { .jumbotron { - h1, h2, h3, h4, h5, h6 { - color: #fff; - } + h1, h2, h3, h4, h5, h6 { + color: #fff; + } }
\ No newline at end of file |