[gnome-themes-standard/wip/sass] bring back the soft focus for entries
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] bring back the soft focus for entries
- Date: Tue, 20 May 2014 11:22:50 +0000 (UTC)
commit ef0a16422baa0be6c1c7937618a52d0a1fe5a989
Author: Jakub Steiner <jimmac gmail com>
Date: Tue May 20 13:22:23 2014 +0200
bring back the soft focus for entries
themes/Adwaita/gtk-3.0/_common.scss | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index c7afaa2..a64685e 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -178,7 +178,7 @@ GtkGrid:insensitive {
&:focus {
border-color: $theme_selected_bg_color;
box-shadow: inset 0 2px 2px -2px transparentize(black,0.6),
- inset 0 0 0 1px $theme_selected_bg_color, /* focus indicator */
+ inset 0 0 2px 1px transparentize($theme_selected_bg_color, 0.5), /* focus indicator */
0 1px $borders_edge; /* not working */
}
&:backdrop {
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index e68cf35..2034c0c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -130,7 +130,7 @@ GtkGrid:insensitive {
box-shadow: 0 1px rgba(255, 255, 255, 0.05); }
.entry:focus {
border-color: #729fcf;
- box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.4), inset 0 0 0 1px #729fcf, 0 1px rgba(255, 255, 255,
0.05);
+ box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.4), inset 0 0 2px 1px rgba(114, 159, 207, 0.5), 0 1px
rgba(255, 255, 255, 0.05);
/* not working */ }
.entry:backdrop {
background-image: none;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]