[gnome-themes-standard] Widgets: notebook close button tweaks.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: notebook close button tweaks.
- Date: Tue, 24 Jan 2012 13:36:01 +0000 (UTC)
commit 58b218a9a5f29c48f0eed1da99b1f775fd58cf06
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Jan 24 14:35:32 2012 +0100
Widgets: notebook close button tweaks.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 9768e50..e521f65 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1058,10 +1058,18 @@ GtkLinkButton * {
box-shadow: 0 1 inset alpha(black, 0.05); /* FIXME*/
color: @theme_base_color; /* FIXME*/
icon-shadow: 0 1 alpha(black, 0.25); /* FIXME*/
- border-color: alpha(black, 0.2)
- alpha(black, 0.1)
- alpha(black, 0.1)
- alpha(black, 0.1); /* FIXME*/
+ border-color: alpha(black, 0.27)
+ alpha(black, 0.13)
+ alpha(black, 0.13)
+ alpha(black, 0.13); /* FIXME*/
+}
+
+.notebook tab .button GtkImage:backdrop {
+ color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.7); /* FIXME*/
+}
+
+.notebook tab .button GtkImage:backdrop:hover {
+ color: @theme_unfocused_fg_color;
}
/**************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]