1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/15192] relocate class properly

PHPBB3-15192
This commit is contained in:
hanakin 2017-04-25 18:04:06 -04:00
parent 712626d845
commit 5e6ba1e466

View File

@ -54,11 +54,6 @@ th a:hover {
color: #a8d8ff;
}
/* notification mark read link */
.dropdown-extended a.mark_read {
background-color: #ffffff;
}
/* post body links */
.postlink {
border-bottom-color: #368ad2;
@ -1116,6 +1111,10 @@ input.disabled {
color: #000000;
}
.dropdown-extended a.mark_read {
background-color: #ffffff;
}
.dropdown-extended .header,
.dropdown-extended .footer {
border-color: #b9b9b9;