1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Linux theme: Don't make locationbar yellow on secured sites

This commit is contained in:
David Rosca 2016-01-24 13:48:53 +01:00
parent becccf7ec5
commit e88b475b3a

View File

@ -110,12 +110,6 @@ IconProvider
qproperty-leftMargin: 22;
}
#locationbar[secured="true"]
{
color: black;
background-color: #ffffbc;
}
#locationbar-bookmarkicon
{
qproperty-pixmap: url(images/star.png);
@ -128,7 +122,7 @@ IconProvider
#locationbar-siteicon
{
padding-left: 6px;
margin-left: 5px;
border-image: url(images/transp.png);
qproperty-fixedsize: 22px 16px;
}