mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
f52d5fa234
- also fixed compile issue on Windows.
30 lines
467 B
CSS
30 lines
467 B
CSS
#navigation-button-next
|
|
{
|
|
qproperty-multiIcon: url(images/navigation-back.png);
|
|
}
|
|
|
|
#navigation-button-back
|
|
{
|
|
qproperty-multiIcon: url(images/navigation-forward.png);
|
|
}
|
|
|
|
#tabwidget-button-addtab
|
|
{
|
|
qproperty-multiIcon: url(images/tabbar-addtab_rtl.png);
|
|
}
|
|
|
|
#tabbar::tab:last
|
|
{
|
|
margin-left: 1px;
|
|
}
|
|
|
|
#tabbar-button-right
|
|
{
|
|
qproperty-icon: url(images/tab-left-arrow.png);
|
|
}
|
|
|
|
#tabbar-button-left
|
|
{
|
|
qproperty-icon: url(images/tab-right-arrow.png);
|
|
}
|