[gtk+] Revert "HighContrast: Update tooltip styling"



commit 854c7d1f0fd98a6eaf283603adc05f1dec4f6e39
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 28 11:53:09 2015 -0400

    Revert "HighContrast: Update tooltip styling"
    
    This reverts commit 93d80380ee93f2d7f7005675900e4da0fbef982c.

 gtk/theme/HighContrast/_common.scss |    4 ++--
 gtk/theme/HighContrast/gtk.css      |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 2dd4584..389d37a 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -2343,7 +2343,7 @@ infobar {
  * Tooltips *
  ************/
 
-tooltip {
+.tooltip {
   color: white;
   padding: 4px; /* not working */
   border-radius: 5px;
@@ -2352,7 +2352,7 @@ tooltip {
 //  border: 2px solid $borders_color; gnome shell style?
 }
 
-tooltip * { //Yeah this is ugly
+.tooltip * { //Yeah this is ugly
   padding: 4px;
   background-color: transparent;
   color: inherit; // just to be sure
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index a2d36b0..9513ea3 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -2558,7 +2558,7 @@ infobar {
 /************
  * Tooltips *
  ************/
-tooltip {
+.tooltip {
   color: white;
   padding: 4px;
   /* not working */
@@ -2566,7 +2566,7 @@ tooltip {
   background-color: rgba(0, 0, 0, 0.8);
   text-shadow: 0 1px black; }
 
-tooltip * {
+.tooltip * {
   padding: 4px;
   background-color: transparent;
   color: inherit; }


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