1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Linux theme: Use rating/rating-unrated icons for bookmarks icon

Closes #1811
This commit is contained in:
David Rosca 2016-01-27 12:50:35 +01:00
parent 2f80ca55ef
commit 7468aaf04b

View File

@ -101,12 +101,16 @@ IconProvider
/*LocationBar*/
#locationbar-bookmarkicon
{
qproperty-pixmap: url(images/star.png);
qproperty-themeIcon: "rating-unrated";
qproperty-fallbackIcon: url(images/star.png);
qproperty-fixedsize: 16px 16px;
}
#locationbar-bookmarkicon[bookmarked="true"]
{
qproperty-pixmap: url(images/star-a.png);
qproperty-themeIcon: "rating";
qproperty-fallbackIcon: url(images/star-a.png);
qproperty-fixedsize: 16px 16px;
}
#locationbar-siteicon