[gnome-themes-standard] menu: whitespace separators didn't fly with mclasen
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] menu: whitespace separators didn't fly with mclasen
- Date: Mon, 9 Jun 2014 13:21:18 +0000 (UTC)
commit 0e84785f64da9f879ad0ede47e84be8ad1bf8637
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jun 5 19:58:49 2014 +0200
menu: whitespace separators didn't fly with mclasen
themes/Adwaita/gtk-3.0/_common.scss | 4 ++--
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained.css | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 4d9406c..c9703d3 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -632,8 +632,8 @@ column-header { // FIXME: something better
background-color: if($variant=='light', darken($selected_bg_color, 10%), darken($selected_bg_color,
5%));
}
}
- .separator { //just use whitespace
- color: transparent;
+ .separator {
+ color: transparentize($borders_color,0.8);
}
}
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index a65c733..c03f83e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -694,7 +694,7 @@ column-header .button:backdrop {
color: white;
background-color: #1c5187; }
.menu .separator {
- color: transparent; }
+ color: rgba(28, 31, 31, 0.2); }
/***************
* Popovers *
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 06b8e1e..f2226fe 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -694,7 +694,7 @@ column-header .button:backdrop {
color: white;
background-color: #2a76c6; }
.menu .separator {
- color: transparent; }
+ color: rgba(161, 161, 161, 0.2); }
/***************
* Popovers *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]