2018-01-07 18:16:40 +01:00
|
|
|
#navigation-button-back
|
|
|
|
{
|
|
|
|
qproperty-themeIcon: "go-next";
|
|
|
|
}
|
|
|
|
|
2012-08-09 04:00:09 +02:00
|
|
|
#navigation-button-next
|
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
qproperty-themeIcon: "go-previous";
|
2012-08-09 04:00:09 +02:00
|
|
|
}
|
|
|
|
|
2018-01-07 18:16:40 +01:00
|
|
|
#navigation-button-tools
|
|
|
|
{
|
|
|
|
qproperty-themeIcon: "arrow-left-double";
|
|
|
|
qproperty-fallbackIcon: url(images/tools-rtl.svg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar-button-right
|
2012-08-09 04:00:09 +02:00
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
qproperty-themeIcon: "arrow-left";
|
|
|
|
qproperty-fallbackIcon: url(images/tab-left-arrow.svg);
|
|
|
|
qproperty-fixedsize: 15px 25px;
|
2012-08-09 04:00:09 +02:00
|
|
|
}
|
|
|
|
|
2018-01-07 18:16:40 +01:00
|
|
|
#tabbar-button-left
|
2012-08-09 04:00:09 +02:00
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
qproperty-themeIcon: "arrow-right";
|
|
|
|
qproperty-fallbackIcon: url(images/tab-right-arrow.svg);
|
|
|
|
qproperty-fixedsize: 15px 25px;
|
2012-08-09 04:00:09 +02:00
|
|
|
}
|
2013-03-03 21:04:21 +01:00
|
|
|
|
2018-01-07 18:16:40 +01:00
|
|
|
#locationbar
|
2013-03-03 21:04:21 +01:00
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
background: transparent;
|
|
|
|
border: 1px solid #b2b2b2;
|
|
|
|
min-height: 25px;
|
|
|
|
qproperty-leftMargin: 27;
|
|
|
|
margin-right: 1px; /* Why ??? */
|
2013-03-03 21:04:21 +01:00
|
|
|
}
|
2014-02-12 17:11:05 +01:00
|
|
|
|
2018-01-07 18:16:40 +01:00
|
|
|
#tabbar::tab:selected:!first
|
2014-02-12 17:11:05 +01:00
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
margin-right: -1px;
|
2014-02-12 17:11:05 +01:00
|
|
|
}
|
|
|
|
|
2018-01-07 18:16:40 +01:00
|
|
|
#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
|
2014-02-12 17:11:05 +01:00
|
|
|
{
|
2018-01-07 18:16:40 +01:00
|
|
|
margin-right: 0;
|
2014-02-12 17:11:05 +01:00
|
|
|
}
|
2018-01-07 18:28:42 +01:00
|
|
|
|
|
|
|
#tabbar::tab:!selected:only-one
|
|
|
|
{
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tabbar::tab:!selected:hover:only-one
|
|
|
|
{
|
|
|
|
margin-right: 0;
|
|
|
|
}
|