1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12648] RTL fix & ACP border fix

PHPBB3-12648
This commit is contained in:
PayBas
2014-06-14 01:52:22 +02:00
parent 919fee6b1b
commit 7517cc0e05
3 changed files with 40 additions and 23 deletions

View File

@@ -392,11 +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;
border-bottom: 2px solid #DCDEE2;
box-shadow: 0 1px 1px #FFF inset;
color: #23649F;
margin: 0 1px 0 0;
padding: 7px 10px 5px;
padding: 7px 10px 4px;
}
#tabs .activetab > a:hover {