You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
615 B
35 lines
615 B
#navigation-button-next |
|
{ |
|
qproperty-multiIcon: url(images/navigation-back.png); |
|
} |
|
|
|
#navigation-button-back |
|
{ |
|
qproperty-multiIcon: url(images/navigation-forward.png); |
|
} |
|
|
|
#navigation-button-tools |
|
{ |
|
qproperty-icon: url(images/navigation-tools-rtl.png); |
|
} |
|
|
|
|
|
#tabwidget-button-opentabs |
|
{ |
|
qproperty-multiIcon: url(images/tabs-list-button_rtl.png); |
|
} |
|
|
|
#tabwidget-button-closedtabs |
|
{ |
|
qproperty-multiIcon: url(images/tabs-closed-button-rtl.png); |
|
} |
|
|
|
#tabbar-button-right |
|
{ |
|
qproperty-icon: url(images/tab-left-arrow.png); |
|
} |
|
|
|
#tabbar-button-left |
|
{ |
|
qproperty-icon: url(images/tab-right-arrow.png); |
|
}
|
|
|