[gnome-themes-standard] TRANSITIONS on entry (and similar widgets) focus added. YAY!
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] TRANSITIONS on entry (and similar widgets) focus added. YAY!
- Date: Thu, 13 Sep 2012 14:58:52 +0000 (UTC)
commit a57595112f3de9222e3348d60205d423b47f9c27
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Sep 13 16:58:29 2012 +0200
TRANSITIONS on entry (and similar widgets) focus added. YAY!
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 81e0e21..d8f065a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -302,12 +302,14 @@ GtkTreeView.separator:backdrop,
color: @entry_text_color;
background-color: @theme_base_color;
+ transition: all 200ms ease-out;
}
.entry:focus {
box-shadow: inset 1px 2px alpha(@theme_selected_bg_color, 0.1),
inset 1px 1px alpha(@theme_selected_bg_color, 0.1),
inset -1px -1px alpha(@theme_selected_bg_color, 0.2);
+ transition: all 200ms ease-in;
}
.entry.progressbar,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]