[gnome-themes-standard] popovers: fine tune
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] popovers: fine tune
- Date: Mon, 10 Feb 2014 19:44:23 +0000 (UTC)
commit f013d1d02671e040c49b555539af5b14799dbd9e
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 10 20:43:14 2014 +0100
popovers: fine tune
- make sure it works for dark variant
- tone down the dropshadow
- use selection blue for items
themes/Adwaita/gtk-3.0/gtk-widgets.css | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 9668557..1ec6cd5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4080,7 +4080,7 @@ GtkPopover {
border-width: 1px;
border-style: solid;
- box-shadow: 0 2px 8px 3px @wm_shadow;
+ box-shadow: 0 2px 3px @wm_shadow;
margin: 10px;
padding: 2px;
}
@@ -4092,6 +4092,10 @@ GtkPopover.osd {
color: darker(white);
}
+GtkPopover:backdrop {
+ box-shadow: none;
+}
+
GtkPopover > .list,
GtkPopover > .view,
GtkPopover > .toolbar {
@@ -4141,18 +4145,24 @@ GtkModelButton.button:active:selected:backdrop {
}
GtkPopover .separator {
- font-size: 90%;
+ font-size: 80%;
font-weight: bold;
- color: @borders;
+ color: alpha(@theme_text_color,0.4);
+ text-shadow: none;
background-color: transparent;
+ icon-shadow: none;
+ border: 0;
}
GtkModelButton.button:active:hover,
GtkModelButton.button:hover,
GtkModelButton.button:selected {
background-image: none;
- background-color: @unfocused_borders;
- text-shadow: 0 1px @button_text_shadow;
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ text-shadow: none;
+ border-width: 0;
+ border-color: transparent;
}
/*******
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]