1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01: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; qproperty-leftMargin: 22;
} }
#locationbar[secured="true"]
{
color: black;
background-color: #ffffbc;
}
#locationbar-bookmarkicon #locationbar-bookmarkicon
{ {
qproperty-pixmap: url(images/star.png); qproperty-pixmap: url(images/star.png);
@ -128,7 +122,7 @@ IconProvider
#locationbar-siteicon #locationbar-siteicon
{ {
padding-left: 6px; margin-left: 5px;
border-image: url(images/transp.png); border-image: url(images/transp.png);
qproperty-fixedsize: 22px 16px; qproperty-fixedsize: 22px 16px;
} }