mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Linux theme: Use rating/rating-unrated icons for bookmarks icon
Closes #1811
This commit is contained in:
parent
2f80ca55ef
commit
7468aaf04b
@ -101,12 +101,16 @@ IconProvider
|
|||||||
/*LocationBar*/
|
/*LocationBar*/
|
||||||
#locationbar-bookmarkicon
|
#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"]
|
#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
|
#locationbar-siteicon
|
||||||
|
Loading…
Reference in New Issue
Block a user