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
420 B
24 lines
420 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); |
|
} |
|
|
|
#tabbar-button-right |
|
{ |
|
qproperty-icon: url(images/tab-left-arrow.png); |
|
} |
|
|
|
#tabbar-button-left |
|
{ |
|
qproperty-icon: url(images/tab-right-arrow.png); |
|
}
|
|
|