Seeker-Smith
Well-known member
Can you share the code so I can try as well?I think I will change mine to star as an experiment and watch usage. Anyone know how? And yellow instead of orange, when marked?
Can you share the code so I can try as well?I think I will change mine to star as an experiment and watch usage. Anyone know how? And yellow instead of orange, when marked?
I think the bookmark system is only interesting for power-users and mods/admins.
I should have read all of what you saidCan you share the code so I can try as well?
This, it's such a constraint on xF Bookmarks IMHO. Members are NOT going to like having to go through an individually label their bookmarks, just because xF hasn't provided a search of them.My gripe is you can't search them or see the labels used as a list or cloud.
Add to extra.less template...I think I will change mine to star as an experiment and watch usage. Anyone know how? And yellow instead of orange, when marked?
.bookmarkLink:before {
content: "\f005";
}
.bookmarkLink.bookmarkLink--highlightable.is-bookmarked {
color: #1a73e8;
}
And, the behavior is that of a browser bookmark. The way you save, edit, delete etc. The bookmark symbol seems to mimic Twitter, but I looked and have 0, and also can't even find how to bookmarkThat I would have recognized. Even Firefox on Apple or Linux uses the star.
Thanks! There you go @Seeker-SmithAdd to extra.less template...
To change to star:
CSS:.bookmarkLink:before { content: "\f005"; }
To change color when selected:
Code:.bookmarkLink.bookmarkLink--highlightable.is-bookmarked { color: #1a73e8; }
Hex color in css above is to match Chrome "Blue" Bookmark color.
What the experience/outcome of the change?Looks better to me and I opted not to change the color, use the default highlight color. Will report back.
Hello, this code works fine except in Resource, how can i get the same for resources pages ?Add to extra.less template...
To change to star:
CSS:.bookmarkLink:before { content: "\f005"; }
To change color when selected:
Code:.bookmarkLink.bookmarkLink--highlightable.is-bookmarked { color: #1a73e8; }
Hex color in css above is to match Chrome "Blue" Bookmark color.
The code below will work in Resource manager too...Hello, this code works fine except in Resource, how can i get the same for resources pages ?
Many thanks !![]()
.bookmarkLink:before, a.button.button--icon--bookmark>.button-text:before {
content: "\f005";
}
.bookmarkLink.bookmarkLink--highlightable.is-bookmarked, a.button.button--icon--bookmark.is-bookmarked .button-text:before {
color: #1a73e8;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.