[epiphany] CSS: Change bookmarked star icon color to orange
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] CSS: Change bookmarked star icon color to orange
- Date: Tue, 5 Jun 2018 21:46:47 +0000 (UTC)
commit e52a8330dc3eaa52e8efa46157aa4994d45a3a2a
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Tue Jun 5 20:54:39 2018 +0200
CSS: Change bookmarked star icon color to orange
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/27
src/resources/themes/shared.css | 2 +-
src/resources/themes/shared.scss | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index 08c792730..0709b845e 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -32,7 +32,7 @@ button.active-menu {
/* Bookmarks */
.titlebar entry.starred image.right {
- color: #fce94f; }
+ color: orange; }
.bookmarks-row button {
opacity: 0.25; }
diff --git a/src/resources/themes/shared.scss b/src/resources/themes/shared.scss
index 3b52fa5b1..ba7fec81c 100644
--- a/src/resources/themes/shared.scss
+++ b/src/resources/themes/shared.scss
@@ -47,7 +47,7 @@ button.active-menu {
/* Bookmarks */
.titlebar entry.starred image.right {
- color: #fce94f;
+ color: orange;
}
.bookmarks-row {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]