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

13 lines
238 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);
}