1
0
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:
Joas Schilling
2014-03-14 17:10:20 +01:00
parent bfe872d1b7
commit d9037965c8
7 changed files with 31 additions and 25 deletions

View File

@@ -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;
}