mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
20 lines
361 B
CSS
20 lines
361 B
CSS
|
#navigation-button-next
|
||
|
{
|
||
|
qproperty-multiIcon: url(images/navigation-back.png);
|
||
|
}
|
||
|
|
||
|
#navigation-button-back
|
||
|
{
|
||
|
qproperty-multiIcon: url(images/navigation-forward.png);
|
||
|
}
|
||
|
|
||
|
#tabwidget-button-opentabs
|
||
|
{
|
||
|
qproperty-multiIcon: url(images/tabs-list-button_rtl.png);
|
||
|
}
|
||
|
|
||
|
#tabwidget-button-addtab
|
||
|
{
|
||
|
qproperty-multiIcon: url(images/tabbar-addtab_rtl.png);
|
||
|
}
|