[gnome-software] gtk-style.css: Add border radius to featured-tile
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] gtk-style.css: Add border radius to featured-tile
- Date: Thu, 8 Mar 2018 07:11:56 +0000 (UTC)
commit a561ba3b4debd88fd88f6b120920a71445137893
Author: Felix Häcker <haecker felix1207 gmail com>
Date: Sun Mar 4 10:33:41 2018 +0100
gtk-style.css: Add border radius to featured-tile
The current featured-tile has no border radius, and therefore looks a
bit strange because everything else on the start page has a border
radius of 3px.
https://gitlab.gnome.org/GNOME/gnome-software/merge_requests/24
src/gtk-style-hc.css | 2 +-
src/gtk-style.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index 5dd475ca..7b1679bc 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -73,7 +73,7 @@
.featured-tile {
all: unset;
padding: 0;
- border-radius: 0;
+ border-radius: 3px;
border-width: 1px;
border-image: none;
}
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 241225e2..c4763a0b 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -209,7 +209,7 @@
.featured-tile {
all: unset;
padding: 0;
- border-radius: 0;
+ border-radius: 3px;
border-width: 1px;
border-image: none;
/* box-shadow: inset 0 0 0 1px alpha(@theme_fg_color,0.3), 0 0 1px alpha(black,0.4); */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]