diff options
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r-- | yeti/bootswatch.less | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less index 98ab4ed1..ed885a4b 100644 --- a/yeti/bootswatch.less +++ b/yeti/bootswatch.less @@ -228,7 +228,6 @@ table { input, .form-control { padding: 7px; - font-size: @font-size-small; } label, @@ -240,7 +239,6 @@ label, font-weight: normal; } -.form-group .btn, .input-group-addon, .input-group-btn .btn { padding: 8px 14px; @@ -333,6 +331,15 @@ label, // Indicators ================================================================= +.close { + opacity: 0.4; + + &:hover, + &:focus { + opacity: 1; + } +} + .alert { font-size: @font-size-small; font-weight: 300; @@ -343,6 +350,16 @@ label, color: #fff; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + + &:hover, + &:focus { + color: #fff; + } + } } .label { |