1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/bin/themes/windows/rtl.css
nowrep 8820703a2e [Windows] Small theme improvements of tab style.
Using transparent background for tabbar also with tabs on top.
2013-03-07 17:26:21 +01:00

20 lines
311 B
CSS

#navigation-button-next
{
qproperty-multiIcon: url(images/navigation-back.png);
}
#navigation-button-back
{
qproperty-multiIcon: url(images/navigation-forward.png);
}
#tabwidget-button-addtab
{
qproperty-multiIcon: url(images/tabbar-addtab_rtl.png);
}
#tabbar::tab:last
{
margin-left: 1px;
}