1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/15192] Cleanup selectors and proper scope

PHPBB3-15192
This commit is contained in:
hanakin
2017-04-25 18:07:21 -04:00
parent 308b0778cf
commit 323f187ccf
4 changed files with 39 additions and 39 deletions

View File

@@ -1102,11 +1102,11 @@ input.disabled {
}
}
.dropdown-extended ul li {
.dropdown-extended .dropdown-extended-item {
border-top-color: #b9b9b9;
}
.dropdown-extended ul li:hover {
.dropdown-extended .dropdown-extended-item:hover {
background-color: #cfe1f6;
color: #000000;
}
@@ -1164,12 +1164,12 @@ input.disabled {
/* notifications */
.notification_list p.notification-time {
.notification-time {
color: #4c5d77;
}
li.notification-reported strong,
li.notification-disapproved strong {
.notification-reported strong,
.notification-disapproved strong {
color: #d31141;
}