diff options
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r-- | flatly/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index e9a059f5..a5b3fd25 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -5867,6 +5867,16 @@ input[type="color"]:focus, 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; +} .progress { height: 10px; -webkit-box-shadow: none; |