mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12648] Slightly clear ACP active tab border
PHPBB3-12648
This commit is contained in:
parent
8547fd4c2e
commit
919fee6b1b
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue