mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
79 lines
1.2 KiB
CSS
79 lines
1.2 KiB
CSS
#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;
|
|
}
|