[gnome-themes-standard] Fix underline on active tab in Web



commit e0276504dc0f57b44806e8fbe2f0bbe78ced5ece
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Oct 7 11:44:09 2013 -0400

    Fix underline on active tab in Web
    
    The underline in active tabs is being overridden in Web
    by setting the bottom border to zero on the notebook. This was
    added in commit f008bff348c22c1c87e45e4b3a5d0758e71b59b3.
    
    I don't think this is needed anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709284

 themes/Adwaita/gtk-3.0/gnome-applications.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index ab7f4d6..c6b7b79 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -579,8 +579,8 @@ EphyWindow.background EphyNotebook.notebook EphyEmbed.vertical GtkScrolledWindow
 }
 
 /* remove bottom borders from the  main scrolled window when no bars at the bottom of the screen are shown */
-EphyWindow.background EphyNotebook:last-child EphyEmbed.vertical GtkScrolledWindow,
-EphyWindow.background EphyNotebook.notebook:last-child {
+EphyWindow.background EphyEmbed.vertical GtkScrolledWindow,
+EphyWindow.background  {
     border-bottom-width: 0;
 }
 


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