[gtk+] Adwaita: rounded corners on iconview selection
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: rounded corners on iconview selection
- Date: Fri, 8 Jan 2016 00:39:31 +0000 (UTC)
commit 4925493e494d72c7eeb35c12d7461102edb973df
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri Jan 8 01:38:42 2016 +0100
Adwaita: rounded corners on iconview selection
gtk/theme/Adwaita/_common.scss | 1 +
gtk/theme/Adwaita/gtk-contained-dark.css | 2 ++
gtk/theme/Adwaita/gtk-contained.css | 2 ++
3 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index ce73470..82b2b0f 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -113,6 +113,7 @@ iconview {
&:selected,
&:selected:focus {
@extend %selected_items;
+ border-radius: 3px;
}
}
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 8a16d2a..f3680e7 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -68,6 +68,8 @@ iconview {
iconview:backdrop {
color: #d5d5d5;
background-color: #2c2c2c; }
+ iconview:selected, iconview:selected:focus {
+ border-radius: 3px; }
.rubberband,
rubberband,
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 0de639e..5e56c90 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -68,6 +68,8 @@ iconview {
iconview:backdrop {
color: #333333;
background-color: white; }
+ iconview:selected, iconview:selected:focus {
+ border-radius: 3px; }
.rubberband,
rubberband,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]