[gnome-themes-standard] fixed header bar separator in the dark variation
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] fixed header bar separator in the dark variation
- Date: Mon, 9 Jun 2014 13:12:09 +0000 (UTC)
commit be7121627077554f2ef9a4440baa211657434aa7
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri May 23 15:30:25 2014 +0200
fixed header bar separator in the dark variation
themes/Adwaita/gtk-3.0/_common.scss | 4 ++--
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 4 ++--
themes/Adwaita/gtk-3.0/gtk-contained.css | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 541aea4..35e1574 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -463,7 +463,7 @@ GtkComboBox {
padding: 0 12px;
}
& > GtkBox > .separator.vertical {
- -GtkWidget-wide-separators: 1;
+ -GtkWidget-wide-separators: true;
-GtkWidget-separator-width: 1px;
border-width: 0 1px;
border-image: linear-gradient(to bottom,
@@ -474,7 +474,7 @@ GtkComboBox {
0 1 / 0 1px stretch; //FIXME use a proper color
&:backdrop {
border-image: linear-gradient(to bottom,
- transparentize($_backdrop_insensitive_color,
+ transparentize($_backdrop_borders_color,
0.5))
0 1 / 1px 1px; //FIXME use a proper color
}
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 26e85d5..e18b48c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -500,12 +500,12 @@ GtkComboBox {
font-size: 80%;
padding: 0 12px; }
.header-bar > GtkBox > .separator.vertical {
- -GtkWidget-wide-separators: 1;
+ -GtkWidget-wide-separators: true;
-GtkWidget-separator-width: 1px;
border-width: 0 1px;
border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31,
0) 100%) 0 1/0 1px stretch; }
.header-bar > GtkBox > .separator.vertical:backdrop {
- border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5)) 0 1/1px 1px; }
+ border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0.5)) 0 1/1px 1px; }
.header-bar.selection-mode {
color: #1c5187;
text-shadow: 0 1px rgba(0, 0, 0, 0.6);
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index c00cceb..f26cd36 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -500,12 +500,12 @@ GtkComboBox {
font-size: 80%;
padding: 0 12px; }
.header-bar > GtkBox > .separator.vertical {
- -GtkWidget-wide-separators: 1;
+ -GtkWidget-wide-separators: true;
-GtkWidget-separator-width: 1px;
border-width: 0 1px;
border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161,
161, 161, 0) 100%) 0 1/0 1px stretch; }
.header-bar > GtkBox > .separator.vertical:backdrop {
- border-image: linear-gradient(to bottom, rgba(199, 199, 199, 0.5)) 0 1/1px 1px; }
+ border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0.5)) 0 1/1px 1px; }
.header-bar.selection-mode {
color: #3e78b6;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]