diff options
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r-- | lumen/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index 985b30d3..4662e108 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -5961,6 +5961,16 @@ label { color: #fff; text-decoration: underline; } +.alert .close { + color: #fff; + text-decoration: none; + opacity: 0.4; +} +.alert .close:hover, +.alert .close:focus { + color: #fff; + opacity: 1; +} .label { font-weight: normal; } |