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.
24 lines
406 B
24 lines
406 B
#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); |
|
} |
|
|
|
#tabbar::tab:last |
|
{ |
|
margin-left: 1px; |
|
}
|
|
|