mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
13 lines
238 B
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);
|
||
|
}
|
||
|
|