1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 10:12:10 +02:00
falkonOfficial/bin/themes/mac/linux.css
David Rosca 028db62be0 [ComboTabBar] Set objectName of base widget, so it can be styled
TabBar base is now correctly styled in all themes.
Updated the themes accordingly to this change.
2014-04-20 13:03:08 +02:00

12 lines
152 B
CSS

/*TabWidget*/
#tabbarwidget
{
background-image: url(images/tabs-bg.png);
background-repeat: repeat-x;
}
#tabbar::tab
{
max-height: 26px;
}