1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/themes/chrome/rtl.css

20 lines
332 B
CSS
Raw Normal View History

#navigation-button-next
{
qproperty-multiIcon: url(images/navigation-back.png);
}
#navigation-button-back
{
qproperty-multiIcon: url(images/navigation-forward.png);
}
#tabbar-button-right
{
qproperty-icon: url(images/tab-left-arrow.png);
}
#tabbar-button-left
{
qproperty-icon: url(images/tab-right-arrow.png);
}