[gnome-clocks] Timer: add 6px border radius to list
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Timer: add 6px border radius to list
- Date: Sat, 15 Feb 2020 16:23:12 +0000 (UTC)
commit fe9c2eecbcfb12e93296bd6036d2f1b4246cc08b
Author: Tobias Bernard <tbernard gnome org>
Date: Fri Feb 14 12:09:25 2020 +0100
Timer: add 6px border radius to list
data/css/gnome-clocks.css | 4 ++++
data/ui/timer.ui | 1 +
2 files changed, 5 insertions(+)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index be61d73..d1af87c 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -199,6 +199,10 @@ window > stack:backdrop {
}
/* Timer Panel */
/* disguise insensitive spinbuttons as normal labels */
+.timer-list {
+ border-radius: 6px;
+}
+
spinbutton.clocks-timer-label,
spinbutton.clocks-timer-label button,
spinbutton.clocks-timer-label entry {
diff --git a/data/ui/timer.ui b/data/ui/timer.ui
index 6aac65c..06d2d60 100644
--- a/data/ui/timer.ui
+++ b/data/ui/timer.ui
@@ -87,6 +87,7 @@
<property name="activate_on_single_click">False</property>
<style>
<class name="frame"/>
+ <class name="timer-list"/>
</style>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]