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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user