parent
ba781135a8
commit
0febcb72cd
12 changed files with 112 additions and 16 deletions
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 576 B |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 576 B |
|
After Width: | Height: | Size: 580 B |
@ -1,29 +1,68 @@ |
|||||||
|
#navigation-button-back |
||||||
|
{ |
||||||
|
qproperty-themeIcon: "go-next"; |
||||||
|
} |
||||||
|
|
||||||
#navigation-button-next |
#navigation-button-next |
||||||
{ |
{ |
||||||
qproperty-multiIcon: url(images/navigation-back.png); |
qproperty-themeIcon: "go-previous"; |
||||||
} |
} |
||||||
|
|
||||||
#navigation-button-back |
#navigation-button-tools |
||||||
|
{ |
||||||
|
qproperty-themeIcon: "arrow-left-double"; |
||||||
|
qproperty-fallbackIcon: url(images/tools-rtl.svg); |
||||||
|
} |
||||||
|
|
||||||
|
#tabbar-button-right |
||||||
{ |
{ |
||||||
qproperty-multiIcon: url(images/navigation-forward.png); |
qproperty-themeIcon: "arrow-left"; |
||||||
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg); |
||||||
|
qproperty-fixedsize: 15px 25px; |
||||||
} |
} |
||||||
|
|
||||||
#tabwidget-button-addtab |
#tabbar-button-left |
||||||
{ |
{ |
||||||
qproperty-multiIcon: url(images/tabbar-addtab_rtl.png); |
qproperty-themeIcon: "arrow-right"; |
||||||
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg); |
||||||
|
qproperty-fixedsize: 15px 25px; |
||||||
} |
} |
||||||
|
|
||||||
#tabbar::tab:last |
#locationbar |
||||||
{ |
{ |
||||||
margin-left: 1px; |
background: transparent; |
||||||
|
border: 1px solid #b2b2b2; |
||||||
|
min-height: 25px; |
||||||
|
qproperty-leftMargin: 27; |
||||||
|
margin-right: 1px; /* Why ??? */ |
||||||
} |
} |
||||||
|
|
||||||
#tabbar-button-right |
#tabbar::tab:selected:!first |
||||||
{ |
{ |
||||||
qproperty-icon: url(images/tab-left-arrow.png); |
margin-right: -1px; |
||||||
} |
} |
||||||
|
|
||||||
#tabbar-button-left |
#tabbar::tab:!selected:!first |
||||||
|
{ |
||||||
|
margin-right: -1px; |
||||||
|
} |
||||||
|
|
||||||
|
#tabbar::tab:!selected:!first:hover |
||||||
|
{ |
||||||
|
margin-right: -1px; |
||||||
|
} |
||||||
|
|
||||||
|
#tabbar::tab:selected:first |
||||||
|
{ |
||||||
|
margin-right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
#tabbar::tab:!selected:first |
||||||
|
{ |
||||||
|
margin-right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
#tabbar::tab:selected:only-one |
||||||
{ |
{ |
||||||
qproperty-icon: url(images/tab-right-arrow.png); |
margin-right: 0; |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue