[gtk+] High Contrast: fix app-notifications



commit 09168806a2f2688ea1314bfbf2235e9e07eadbb2
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Mar 17 13:07:04 2016 +0100

    High Contrast: fix app-notifications
    
    - get rid of the internal frame
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763781

 gtk/theme/HighContrast/_common.scss              |    1 +
 gtk/theme/HighContrast/gtk-contained-inverse.css |    3 +++
 gtk/theme/HighContrast/gtk-contained.css         |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 63fe601..13afba9 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -2618,6 +2618,7 @@ row.activatable {
                               mix(black, $bg_color, 4%));
   // FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
   .button { padding: 6px; }
+  border { border-width: 0; }
 }
 
 /*************
diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css 
b/gtk/theme/HighContrast/gtk-contained-inverse.css
index 65db2ef..2ceb61e 100644
--- a/gtk/theme/HighContrast/gtk-contained-inverse.css
+++ b/gtk/theme/HighContrast/gtk-contained-inverse.css
@@ -2767,6 +2767,9 @@ row.activatable {
   .app-notification .button,
   .app-notification.frame .button {
     padding: 6px; }
+  .app-notification border,
+  .app-notification.frame border {
+    border-width: 0; }
 
 /*************
  * Expanders *
diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css
index b349f77..994d563 100644
--- a/gtk/theme/HighContrast/gtk-contained.css
+++ b/gtk/theme/HighContrast/gtk-contained.css
@@ -2774,6 +2774,9 @@ row.activatable {
   .app-notification .button,
   .app-notification.frame .button {
     padding: 6px; }
+  .app-notification border,
+  .app-notification.frame border {
+    border-width: 0; }
 
 /*************
  * Expanders *


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