mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Fix last cases of wrong tab borders in Windows theme
This commit is contained in:
parent
0febcb72cd
commit
ceb087a4c2
@ -130,7 +130,6 @@
|
||||
qproperty-fixedsize: 22px 28px;
|
||||
}
|
||||
|
||||
/*TabWidget*/
|
||||
#tabbar
|
||||
{
|
||||
min-height: 30px;
|
||||
@ -225,6 +224,16 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#tabbar::tab:!selected:only-one
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#tabbar::tab:!selected:hover:only-one
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*IconProvider*/
|
||||
IconProvider
|
||||
{
|
||||
|
@ -66,3 +66,13 @@
|
||||
{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#tabbar::tab:!selected:only-one
|
||||
{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#tabbar::tab:!selected:hover:only-one
|
||||
{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user