mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
22 lines
384 B
CSS
22 lines
384 B
CSS
#navigation-button-next
|
|
{
|
|
qproperty-themeIcon: "go-previous";
|
|
}
|
|
|
|
#navigation-button-back
|
|
{
|
|
qproperty-themeIcon: "go-next";
|
|
}
|
|
|
|
#tabbar-button-right
|
|
{
|
|
qproperty-themeIcon: "arrow-left";
|
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
|
|
}
|
|
|
|
#tabbar-button-left
|
|
{
|
|
qproperty-themeIcon: "arrow-right";
|
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
|
|
}
|