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

25 lines
420 B
CSS
Raw Permalink Normal View History

#navigation-button-next
{
qproperty-multiIcon: url(images/navigation-back.png);
}
#navigation-button-back
{
qproperty-multiIcon: url(images/navigation-forward.png);
}
2018-01-07 18:16:40 +01:00
#navigation-button-tools
{
qproperty-icon: url(images/navigation-tools-rtl.png);
}
#tabbar-button-right
{
qproperty-icon: url(images/tab-left-arrow.png);
}
#tabbar-button-left
{
qproperty-icon: url(images/tab-right-arrow.png);
}