summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-10-07 11:44:09 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-10-08 14:49:42 -0400
commite0276504dc0f57b44806e8fbe2f0bbe78ced5ece (patch)
tree842be1f7d6eacb737bb68a0bfe8e22bb293cec9f
parentb13089f61e825e7c612a40581b1b267d1a16e2b2 (diff)
downloadgnome-themes-standard-e0276504dc0f57b44806e8fbe2f0bbe78ced5ece.tar.gz
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
-rw-r--r--themes/Adwaita/gtk-3.0/gnome-applications.css4
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 ab7f4d6f..c6b7b799 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;
}