about summary refs log tree commit diff
path: root/src/gtk/style.css
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@kressle.in>2022-02-18 16:14:09 +0100
committerRicky Kresslein <ricky@kressle.in>2022-02-18 16:14:09 +0100
commitac99aca2510eebb83ac9a112849d8788ef67db3d (patch)
tree57bbddbf10a83f8abd5e5020b897ed80dc7d7e44 /src/gtk/style.css
downloadFurtherance-ac99aca2510eebb83ac9a112849d8788ef67db3d.tar.zst
- Moved to com.lakoliu.Furtherance
- Removed development flag for release
- Created nicer about dialog
- Added description to data file
- Improved desktop file
- Changed database directory
- Delete All no longer enabled if no tasks
- Added GPL to top of every file
Diffstat (limited to 'src/gtk/style.css')
-rw-r--r--src/gtk/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gtk/style.css b/src/gtk/style.css
new file mode 100644
index 0000000..5681ce3
--- /dev/null
+++ b/src/gtk/style.css
@@ -0,0 +1,21 @@
+.welcome-icon {
+  transform: scale(2.5);
+}
+
+.task-details headerbar {
+  transition: 200ms ease-out;
+  transition-property: box-shadow, background-color;
+}
+
+.task-details headerbar.hidden {
+  background-color: transparent;
+  box-shadow: inset 0 -1px transparent;
+}
+
+.inactive-button, .inactive-button:hover {
+  background-color: #f3f3f3;
+}
+
+.error_message {
+  color: red;
+}