[gtk+] HighContrast: draw combo box separators
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HighContrast: draw combo box separators
- Date: Sun, 11 Jan 2015 01:29:26 +0000 (UTC)
commit 0b50e1fff6b90fda45bd79f6acf6f3634cda42f8
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 10 20:28:45 2015 -0500
HighContrast: draw combo box separators
Same fix as the previous commit.
gtk/theme/HighContrast/_common.scss | 2 +-
gtk/theme/HighContrast/gtk.css | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 7fedf84..7fc6384 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -755,7 +755,7 @@ GtkComboBox {
color: $backdrop_insensitive_color;
}
.menuitem { text-shadow: none; }
- .separator {
+ .separator.vertical {
// always disable separators
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 89d66eb..d7c6614 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -911,9 +911,7 @@ GtkComboBox {
color: #7f7f7f; }
GtkComboBox .menuitem {
text-shadow: none; }
- GtkComboBox .separator, GtkComboBox GtkPlacesSidebar.sidebar .view .separator, GtkPlacesSidebar.sidebar
.view GtkComboBox .separator,
- GtkComboBox GtkPlacesSidebar.sidebar .view .separator:backdrop,
- GtkPlacesSidebar.sidebar .view GtkComboBox .separator:backdrop {
+ GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .view .vertical.separator,
GtkPlacesSidebar.sidebar .view GtkComboBox .vertical.separator {
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]