diff options
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r-- | superhero/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index 0f30f908..b280b3f9 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -5821,6 +5821,13 @@ label, .pager a { color: #ebebeb; } +.close { + opacity: 0.4; +} +.close:hover, +.close:focus { + opacity: 1; +} .label { font-weight: 300; } |