diff options
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r-- | yeti/bootswatch.less | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less index 98ab4ed1..ffc3843c 100644 --- a/yeti/bootswatch.less +++ b/yeti/bootswatch.less @@ -333,6 +333,15 @@ label, // Indicators ================================================================= +.close { + opacity: 0.4; + + &:hover, + &:focus { + opacity: 1; + } +} + .alert { font-size: @font-size-small; font-weight: 300; @@ -343,6 +352,16 @@ label, color: #fff; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + + &:hover, + &:focus { + color: #fff; + } + } } .label { |