[epiphany/wip/bookmarks: 284/315] bookmark-properties: Make favorite 'star' white
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/bookmarks: 284/315] bookmark-properties: Make favorite 'star' white
- Date: Tue, 27 Sep 2016 17:38:06 +0000 (UTC)
commit 69d5ffcdcfb2cec623dc278741add64ce40fcc46
Author: Iulian Radu <iulian radu67 gmail com>
Date: Mon Aug 22 20:04:14 2016 +0300
bookmark-properties: Make favorite 'star' white
src/resources/epiphany.css | 2 ++
src/resources/epiphany.scss | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index 02ac264..856f9d9 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -186,6 +186,8 @@ button.active-menu {
.bookmark-tag-widget-selected {
background-color: #4a90d9; }
+ .bookmark-tag-widget-selected image {
+ color: white; }
.bookmark-tag-widget-selected label {
color: white; }
.bookmark-tag-widget-selected button:last-child image {
diff --git a/src/resources/epiphany.scss b/src/resources/epiphany.scss
index 03a29ae..b2df707 100644
--- a/src/resources/epiphany.scss
+++ b/src/resources/epiphany.scss
@@ -170,6 +170,10 @@ $close_button_fg_color: lighten($fg_color, 10%);
.bookmark-tag-widget-selected {
background-color: $selected_bg_color;
+ image {
+ color: white;
+ }
+
label {
color: white;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]