[gtk+] Adwaita: finally kill the scrollbar junction frame...
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: finally kill the scrollbar junction frame...
- Date: Sat, 11 Oct 2014 12:32:30 +0000 (UTC)
commit 5f11eaa16824cf82716625c465fd19a42c299539
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Sat Oct 11 14:31:08 2014 +0200
Adwaita: finally kill the scrollbar junction frame...
See https://bugzilla.gnome.org/show_bug.cgi?id=737981
gtk/resources/theme/Adwaita/_common.scss | 6 ++++--
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 10 +++++++---
gtk/resources/theme/Adwaita/gtk-contained.css | 10 +++++++---
3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index ec0cf12..6e41e61 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -1806,8 +1806,10 @@ column-header.button.dnd { // for treeview-like derive widgets
}
}
-.scrollbars-junction { // the small square between two scrollbars
- border-color: transparent;
+
+.scrollbars-junction,
+.scrollbars-junction.frame { // the small square between two scrollbars
+ border: none;
background-color: darken($bg_color, 5%);
&:backdrop { background-color: transparent; }
}
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 5642cc1..a2591d5 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -2465,10 +2465,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
background-color: #4b5050; }
-.scrollbars-junction, .scrollbar.trough {
- border-color: transparent;
+.scrollbars-junction, .scrollbar.trough,
+.scrollbars-junction.frame,
+.frame.scrollbar.trough {
+ border: none;
background-color: #2d3232; }
- .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
+ .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
+ .scrollbars-junction.frame:backdrop,
+ .frame.scrollbar.trough:backdrop {
background-color: transparent; }
/**********
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index bd19bdc..dc73e5d 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -2462,10 +2462,14 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.scrollbar.slider:backdrop, .scrollbar.slider:insensitive {
background-color: #d9dada; }
-.scrollbars-junction, .scrollbar.trough {
- border-color: transparent;
+.scrollbars-junction, .scrollbar.trough,
+.scrollbars-junction.frame,
+.frame.scrollbar.trough {
+ border: none;
background-color: #e0e0e0; }
- .scrollbars-junction:backdrop, .scrollbar.trough:backdrop {
+ .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
+ .scrollbars-junction.frame:backdrop,
+ .frame.scrollbar.trough:backdrop {
background-color: transparent; }
/**********
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]