[gnome-weather/wip/christopherdavis/style-updates: 2/2] css: Make OSD buttons circular
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/style-updates: 2/2] css: Make OSD buttons circular
- Date: Tue, 29 Sep 2020 20:40:17 +0000 (UTC)
commit 74edeec907b0b456ac3fc4bac472e4b659768f12
Author: Christopher Davis <brainblasted disroot org>
Date: Tue Sep 29 13:38:39 2020 -0700
css: Make OSD buttons circular
Fixes https://gitlab.gnome.org/GNOME/gnome-weather/-/issues/117
data/application.css | 11 +++++++++++
data/weather-widget.ui | 2 ++
2 files changed, 13 insertions(+)
---
diff --git a/data/application.css b/data/application.css
index 9821e96..b6f49e5 100644
--- a/data/application.css
+++ b/data/application.css
@@ -88,3 +88,14 @@ viewswitchertitle viewswitcher {
margin-left: 100px;
margin-right: 100px;
}
+
+button.osd.circular {
+ border-radius: 9999px;
+ -gtk-outline-radius: 9999px;
+ min-width: 24px;
+ min-height: 24px;
+}
+
+button.osd.circular > image {
+ padding: 12px;
+}
diff --git a/data/weather-widget.ui b/data/weather-widget.ui
index e15f3a5..225c9c1 100644
--- a/data/weather-widget.ui
+++ b/data/weather-widget.ui
@@ -116,6 +116,7 @@
</child>
<style>
<class name="osd"/>
+ <class name="circular"/>
</style>
</object>
</child>
@@ -137,6 +138,7 @@
</child>
<style>
<class name="osd"/>
+ <class name="circular"/>
</style>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]