[gnome-themes-standard] adwaita gtk3: provisionally add style for ephy scrolled window borders removal.



commit f008bff348c22c1c87e45e4b3a5d0758e71b59b3
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Wed Oct 10 19:00:00 2012 +0200

    adwaita gtk3: provisionally add style for ephy scrolled window borders
    	      removal.

 themes/Adwaita/gtk-3.0/gnome-applications.css |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 25e2aed..b462763 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -484,6 +484,29 @@ EphyOverview GtkScrolledWindow:backdrop {
     background-color: @theme_unfocused_base_color;
 }
 
+    /* sets top and bottom borders on the overview and the main
+       scrolled windows for toolbar visual division and search/downloadbar */
+EphyWindow.background .documents-scrolledwin,
+EphyWindow.background EphyEmbed.vertical .osd GtkScrolledWindow.frame {
+    border-color: @borders;
+    border-width: 1px 0;
+    border-radius: 0;
+}
+    /* remove top and bottom borders when inside a notebook tab to
+       the overview scrolled window and the main scrolled window */
+EphyWindow.background EphyNotebook.notebook .documents-scrolledwin,
+EphyWindow.background EphyNotebook.notebook EphyEmbed.vertical .osd GtkScrolledWindow {
+    border-top-width: 0;
+    border-bottom-width: 0;
+}
+
+    /* remove bottom borders from overview and main scrolled window
+       when no bars at the bottom of the screen are shown */
+EphyWindow.background EphyNotebook:last-child EphyEmbed.vertical .osd GtkScrolledWindow,
+EphyWindow.background EphyNotebook.notebook:last-child {
+    border-bottom-width: 0;
+}
+
 /* Gnome Contacts */
 
 /* Line at top in contacts pane, similar to .documents-scrolledwin.frame */
@@ -659,4 +682,3 @@ MathWindow.background > GtkBox.vertical > GtkBox.vertical > GtkScrolledWindow:ba
     background-color:  @theme_unfocused_base_color;
     border-radius: 3px;
 }
-



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