mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/15192] use proper scope for overides
PHPBB3-15192
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div id="notification-menu" class="dropdown dropdown-extended notification-menu">
|
<div id="notification-menu" class="dropdown dropdown-extended notification-menu">
|
||||||
<div class="pointer"><div class="pointer-inner"></div></div>
|
<div class="pointer dropdown-extended-pointer"><div class="pointer-inner"></div></div>
|
||||||
<div class="dropdown-contents">
|
<div class="dropdown-contents">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
{L_NOTIFICATIONS}
|
{L_NOTIFICATIONS}
|
||||||
|
@@ -1139,7 +1139,7 @@ input.disabled {
|
|||||||
border-color: #ffffff transparent;
|
border-color: #ffffff transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-extended .pointer-inner {
|
.dropdown-extended-pointer .pointer-inner {
|
||||||
border-color: #f1f8ff transparent;
|
border-color: #f1f8ff transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user