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.
78 lines
1.2 KiB
78 lines
1.2 KiB
#navigation-button-back |
|
{ |
|
qproperty-themeIcon: "go-next"; |
|
} |
|
|
|
#navigation-button-next |
|
{ |
|
qproperty-themeIcon: "go-previous"; |
|
} |
|
|
|
#navigation-button-tools |
|
{ |
|
qproperty-themeIcon: "arrow-left-double"; |
|
qproperty-fallbackIcon: url(images/tools-rtl.svg); |
|
} |
|
|
|
#tabbar-button-right |
|
{ |
|
qproperty-themeIcon: "arrow-left"; |
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg); |
|
qproperty-fixedsize: 15px 25px; |
|
} |
|
|
|
#tabbar-button-left |
|
{ |
|
qproperty-themeIcon: "arrow-right"; |
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg); |
|
qproperty-fixedsize: 15px 25px; |
|
} |
|
|
|
#locationbar |
|
{ |
|
background: transparent; |
|
border: 1px solid #b2b2b2; |
|
min-height: 25px; |
|
qproperty-leftMargin: 27; |
|
margin-right: 1px; /* Why ??? */ |
|
} |
|
|
|
#tabbar::tab:selected:!first |
|
{ |
|
margin-right: -1px; |
|
} |
|
|
|
#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 |
|
{ |
|
margin-right: 0; |
|
} |
|
|
|
#tabbar::tab:!selected:only-one |
|
{ |
|
margin-right: 0; |
|
} |
|
|
|
#tabbar::tab:!selected:hover:only-one |
|
{ |
|
margin-right: 0; |
|
}
|
|
|