[gnome-games/wip/exalm/thumbnails: 3/3] css: Use box-shadow for thumbnail borders instead of borders
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/thumbnails: 3/3] css: Use box-shadow for thumbnail borders instead of borders
- Date: Thu, 4 Jun 2020 12:47:04 +0000 (UTC)
commit a2b39dc352b2e4ededca857ebcbd9ae6350c835b
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Jun 4 17:46:20 2020 +0500
css: Use box-shadow for thumbnail borders instead of borders
data/gtk-style.css | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 857cb618..a5d7f27e 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -27,10 +27,8 @@
gamesgamethumbnail {
background-color: mix(@theme_base_color, @theme_bg_color, 0.5);
- border-width: 1px;
- border-style: solid;
border-radius: 2px;
- border-color: @theme_bg_color;
+ box-shadow: 0 0 0 1px @theme_bg_color;
}
gamesgamethumbnail.cover {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]