From 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Dec 2025 12:40:20 +0000 Subject: Import Upstream version 43.0 --- src/themes/style.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/themes/style.css (limited to 'src/themes/style.css') diff --git a/src/themes/style.css b/src/themes/style.css new file mode 100644 index 0000000..a9096b3 --- /dev/null +++ b/src/themes/style.css @@ -0,0 +1,58 @@ +@import url("resource:///org/gnome/todo/themes/_omniarea.css"); +@import url("resource:///org/gnome/todo/themes/_taskrow.css"); +@import url("resource:///org/gnome/todo/themes/_widgets.css"); + +tasklistview list:drop(active) { + border: none; +} + +row.thumbnail { + border: solid 1px @borders; + box-shadow: 0px 0px 3px alpha(@borders, 0.8); + border-radius: 16px; +} + +grid-item.thumbnail { + padding: 6px; + font-size: 10px; +} + +grid-item image { + margin: 12px 24px; + font-size: 10px; + border: solid 1px @borders; + border-radius: 4px; + box-shadow: 0px 0px 4px alpha(@borders, 0.8); +} + +grid-item { + background-color: transparent; +} + +grid-item.light { + color: #000003; +} + +grid-item.dark { + color: #eeeeec; +} + +arrow-frame { + border: solid 1px; + border-bottom-width: 0px; + border-top-width: 0px; + background-color: @theme_bg_color; + border-color: @borders; +} + +arrow-frame:dir(ltr) { + border-right-width: 0px; +} + +arrow-frame:dir(rtl) { + border-left-width: 0px; +} + +label.main-title { + font-size: 28px; +} -- cgit v1.2.3