[epiphany/wip/bookmarks: 41/76] bookmark-properties: Make favorite 'star' white



commit 2a6555867f345ac52779a8b33cda92f7dbe4edc8
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]