1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Fix last cases of wrong tab borders in Windows theme

This commit is contained in:
David Rosca 2018-01-07 18:28:42 +01:00
parent 0febcb72cd
commit ceb087a4c2
2 changed files with 20 additions and 1 deletions

View File

@ -130,7 +130,6 @@
qproperty-fixedsize: 22px 28px; qproperty-fixedsize: 22px 28px;
} }
/*TabWidget*/
#tabbar #tabbar
{ {
min-height: 30px; min-height: 30px;
@ -225,6 +224,16 @@
margin-left: 0; margin-left: 0;
} }
#tabbar::tab:!selected:only-one
{
margin-left: 0;
}
#tabbar::tab:!selected:hover:only-one
{
margin-left: 0;
}
/*IconProvider*/ /*IconProvider*/
IconProvider IconProvider
{ {

View File

@ -66,3 +66,13 @@
{ {
margin-right: 0; margin-right: 0;
} }
#tabbar::tab:!selected:only-one
{
margin-right: 0;
}
#tabbar::tab:!selected:hover:only-one
{
margin-right: 0;
}