diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r-- | superhero/bootswatch.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index aaed4a9a..a314d93d 100644 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -188,6 +188,15 @@ label, // Indicators ================================================================= +.close { + opacity: 0.4; + + &:hover, + &:focus { + opacity: 1; + } +} + .label { font-weight: 300; } |