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

28 lines
515 B
CSS
Raw Normal View History

#navigation-button-next
{
2016-12-31 12:11:27 +01:00
qproperty-themeIcon: "go-previous";
}
#navigation-button-back
{
2016-12-31 12:11:27 +01:00
qproperty-themeIcon: "go-next";
}
2018-01-07 18:16:40 +01:00
#navigation-button-tools
{
qproperty-themeIcon: "arrow-left-double";
qproperty-fallbackIcon: url(images/tools-rtl.svg);
}
#tabbar-button-right
{
qproperty-themeIcon: "arrow-left";
2016-12-31 12:11:27 +01:00
qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
}
#tabbar-button-left
{
qproperty-themeIcon: "arrow-right";
2016-12-31 12:11:27 +01:00
qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
}