diff options
Diffstat (limited to 'p/themes/base-theme/base.rtl.css')
| -rw-r--r-- | p/themes/base-theme/base.rtl.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index d4cceb6da..aec8ac341 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -599,10 +599,10 @@ th { .notification.bad { } -.notification.good a.close:hover { +.notification.good .close:hover { } -.notification.bad a.close:hover { +.notification.bad .close:hover { } /*=== "Load more" part */ @@ -753,16 +753,16 @@ th { margin: 0 0 3.5em; } - .notification a.close { + .notification .close { display: block; right: 0; } - .notification a.close:hover { + .notification .close:hover { opacity: 0.5; } - .notification a.close .icon { + .notification .close .icon { display: none; } } |
