mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:41:50 +01:00
Inherit the tab height from its parent
This commit is contained in:
parent
82065a25ca
commit
6a1eb270c4
@ -1098,6 +1098,9 @@ div.et2_vfsPath li img {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
.et2_tabcntr {
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
.et2_tabflag.active {
|
.et2_tabflag.active {
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user