1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/11552] Breadcrumbs in footer, tabs bg color

Change breadcrumbs layout in footer to match breadcrumbs
in header. Change background color for tabs dropdown menu

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-09-15 17:14:29 +03:00
parent e5788cbda8
commit 5d999e008c
2 changed files with 2 additions and 2 deletions

View File

@@ -1155,7 +1155,7 @@ ul.responsive-popup {
}
#tabs ul.responsive-tabs {
background: #CADCEB;
background: #ddedfb;
border-color: #c0c9d5;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}