1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00

[ticket/12648] Slightly clear ACP active tab border

PHPBB3-12648
This commit is contained in:
PayBas 2014-06-13 16:01:00 +02:00
parent 8547fd4c2e
commit 919fee6b1b

View File

@ -392,10 +392,11 @@ li {
background: -ms-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%);
background: linear-gradient(to bottom, #F2F2F2 0%, #DCDEE2 100%);
border-color: #999;
border-bottom: 1px solid #DCDEE2;
box-shadow: 0 1px 1px #FFF inset;
color: #23649F;
margin: 0 1px 0 0;
padding: 7px 10px 6px;
padding: 7px 10px 5px;
}
#tabs .activetab > a:hover {