1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 07:10:51 +02:00

[ticket/11241] Add border to dropdown menu options.

PHPBB3-11241
This commit is contained in:
Cesar G
2013-11-09 00:40:58 -08:00
parent 5579dc2412
commit 42a70154fa
5 changed files with 66 additions and 46 deletions

View File

@@ -1181,6 +1181,10 @@ ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}
.dropdown li, .dropdown li li {
border-color: #DCDCDC;
}
#minitabs .dropdown-contents {
background-color: #F1F8FF;
}