diff options
Diffstat (limited to 'amelia/bootswatch.less')
-rw-r--r-- | amelia/bootswatch.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index 6d648220..c16ffdf2 100644 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -140,6 +140,15 @@ legend { // Indicators ================================================================= +.close { + opacity: 0.4; + + &:hover, + &:focus { + opacity: 1; + } +} + // Progress bars ============================================================== // Containers ================================================================= |