diff options
Diffstat (limited to 'yeti/bootstrap.css')
-rw-r--r-- | yeti/bootstrap.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css index 04dd8bef..8442293b 100644 --- a/yeti/bootstrap.css +++ b/yeti/bootstrap.css @@ -5932,6 +5932,13 @@ label, font-size: 12px; font-weight: 300; } +.close { + opacity: 0.4; +} +.close:hover, +.close:focus { + opacity: 1; +} .alert { font-size: 12px; font-weight: 300; @@ -5942,6 +5949,14 @@ label, color: #fff; text-decoration: underline; } +.alert .close { + color: #fff; + text-decoration: none; +} +.alert .close:hover, +.alert .close:focus { + color: #fff; +} .label { padding-left: 1em; padding-right: 1em; |