diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rw-r--r-- | cyborg/bootswatch.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index a1baec21..f2087f65 100644 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -132,6 +132,18 @@ legend { color: @alert-warning-text; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + opacity: 0.4; + + &:hover, + &:focus { + color: #fff; + opacity: 1; + } + } } // Progress bars ============================================================== |