mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +02:00
[ticket/12271] Decouple dropdown header and footer from #notifications_list
PHPBB3-12271
This commit is contained in:
@@ -50,7 +50,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
}
|
||||
|
||||
/* Notification mark read link */
|
||||
#notification_list a.mark_read {
|
||||
.dropdown-extended a.mark_read {
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
border-radius: 3px 0 0 3px;
|
||||
@@ -64,11 +64,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#notification_list li:hover a.mark_read {
|
||||
.dropdown-extended li:hover a.mark_read {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#notification_list a.mark_read:hover {
|
||||
.dropdown-extended a.mark_read:hover {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user