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