1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/bin/themes/linux/rtl.css
2016-01-24 13:26:32 +01:00

24 lines
488 B
CSS

#navigation-button-next
{
qproperty-themeIcon: "go-previous";
qproperty-fallbackIcon: url(images/go-previous.png);
}
#navigation-button-back
{
qproperty-themeIcon: "go-next";
qproperty-fallbackIcon: url(images/go-next.png);
}
#tabbar-button-right
{
qproperty-themeIcon: "arrow-left";
qproperty-fallbackIcon: url(images/tab-left-arrow.png);
}
#tabbar-button-left
{
qproperty-themeIcon: "arrow-right";
qproperty-fallbackIcon: url(images/tab-right-arrow.png);
}