[gtk+] HighContrast: Update textview styling



commit a4a3736461d2c98a8029d100f0e6a7e188e91dd0
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 30 19:58:11 2015 -0400

    HighContrast: Update textview styling
    
    Some updates to make text appear as usual.

 gtk/theme/HighContrast/_common.scss |    1 +
 gtk/theme/HighContrast/gtk.css      |   16 ++++++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 42de269..795cf13 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -105,6 +105,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
   }
 }
 
+textview text,
 .view {
   color: $fg_color;
   background-color: $base_color;
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 8b3df6f..faa5799 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -97,9 +97,11 @@
     background-color: #000;
     color: #fff; }
 
+textview text,
 .view {
   color: #000;
   background-color: #fff; }
+  textview text:backdrop,
   .view:backdrop {
     color: #000;
     background-color: #fff; }
@@ -2074,13 +2076,23 @@ GtkLevelBar.vertical {
     .level-bar.fill-block.empty-fill-block:backdrop {
       border-color: rgba(0, 0, 0, 0.15); }
 
-.view:selected, calendar:selected, .view:selected:focus, calendar:focus:selected, .view:selected:hover, 
calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, label:backdrop:selected, 
entry:selected, entry:selected:focus, spinbutton:selected, spinbutton:selected:focus, modelbutton.flat:hover, 
modelbutton.flat:selected,
+textview text:selected, textview text:selected:focus, textview text:selected:hover,
+.view:selected,
+calendar:selected,
+.view:selected:focus,
+calendar:focus:selected,
+.view:selected:hover,
+calendar:hover:selected, label:selected, label:selected:focus, label:selected:hover, 
label:backdrop:selected, entry:selected, entry:selected:focus, spinbutton:selected, 
spinbutton:selected:focus, modelbutton.flat:hover, modelbutton.flat:selected,
 .menuitem.button.flat:hover,
 .menuitem.button.flat:selected, .list-row.activatable:selected, .sidebar:selected, GtkPlacesSidebar.sidebar 
.view:selected, GtkPlacesSidebar.sidebar calendar:selected {
   background-color: #000;
   color: #fff;
   outline-color: rgba(255, 255, 255, 0.3); }
-  .view:backdrop:selected, calendar:backdrop:selected, calendar:backdrop:focus:selected, 
calendar:backdrop:hover:selected, label:backdrop:selected, entry:backdrop:selected, 
spinbutton:backdrop:selected, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
+  textview text:backdrop:selected,
+  .view:backdrop:selected,
+  calendar:backdrop:selected,
+  calendar:backdrop:focus:selected,
+  calendar:backdrop:hover:selected, label:backdrop:selected, entry:backdrop:selected, 
spinbutton:backdrop:selected, modelbutton.flat:backdrop:hover, modelbutton.flat:backdrop:selected,
   .menuitem.button.flat:backdrop:hover,
   .menuitem.button.flat:backdrop:selected, .list-row.activatable:backdrop:selected, 
.sidebar:backdrop:selected, GtkPlacesSidebar.sidebar .view:backdrop:selected, GtkPlacesSidebar.sidebar 
calendar:backdrop:selected {
     background-color: gray;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]