mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
17 lines
314 B
CSS
17 lines
314 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);
|
|
}
|
|
|
|
#locationbar-goicon
|
|
{
|
|
qproperty-pixmap: url(images/gotoaddress_rtl.png);
|
|
}
|