[gnome-themes-standard] epiphany: update borders hack for git master
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] epiphany: update borders hack for git master
- Date: Wed, 9 Jan 2013 18:02:12 +0000 (UTC)
commit bdf9b38559482433fb9a18f43fd2bb549917cb80
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Jan 9 13:01:57 2013 -0500
epiphany: update borders hack for git master
themes/Adwaita/gtk-3.0/gnome-applications.css | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 42a5a5e..762192a 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -538,24 +538,26 @@ 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,
+/* sets top and bottom borders on the main scrolled window for toolbar visual
+ * division and search/downloadbar */
EphyWindow.background EphyEmbed.vertical 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,
+
+/* removes any border from the overview scrolled window, since it's overlaid */
+EphyWindow.background EphyEmbed.vertical EphyOverview .documents-scrolledwin {
+ border-style: none;
+}
+
+/* remove top and bottom borders from the main scrolled window when inside a notebook tab */
EphyWindow.background EphyNotebook.notebook EphyEmbed.vertical 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 */
+/* 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 {
border-bottom-width: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]