Hide tabbar base in Windows style

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 50d1bb6d96
commit a4738c8a3e
  1. 1
      themes/chrome/main.css
  2. 1
      themes/linux/main.css
  3. 1
      themes/mac/main.css
  4. 1
      themes/windows/main.css

@ -129,6 +129,7 @@ ToolButton[toolbar-look="true"]:pressed
#tabbar
{
qproperty-tabPadding: -1;
qproperty-baseColor: 0;
}
#tabbar::scroller

@ -70,6 +70,7 @@
#tabbar
{
qproperty-tabPadding: -1;
qproperty-baseColor: 0;
}
#tabbar-button-right

@ -130,6 +130,7 @@ ToolButton[toolbar-look="true"]:pressed
#tabbar
{
qproperty-tabPadding: -1;
qproperty-baseColor: 0;
}
#tabbar-button-right

@ -135,6 +135,7 @@
min-height: 30px;
max-height: 30px;
qproperty-tabPadding: 3;
qproperty-baseColor: transparent;
}
#tab-icon

Loading…
Cancel
Save