[gnome-games] style: Decrease opacity for inactive collections
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] style: Decrease opacity for inactive collections
- Date: Tue, 25 Aug 2020 13:07:00 +0000 (UTC)
commit 41def35a01bcb53b801a1000cab3d9aaa3012da7
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Aug 25 18:01:21 2020 +0500
style: Decrease opacity for inactive collections
data/gtk-style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index d87e8e8d8..552cffa3b 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -43,10 +43,10 @@
.collection-icon-view {
transition: opacity 250ms;
- }
+}
.collection-icon-view:disabled {
- opacity: 0.5;
+ opacity: 0.2;
background: none;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]