summaryrefslogtreecommitdiff
path: root/themes/Plata-Noir/xfce-notify-4.0/gtk.css
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-06 10:14:44 -0500
committerzachir <zachir@librem.one>2023-06-06 10:14:44 -0500
commit993917ddcedd58927a068cc804d81f1018d7bc0e (patch)
tree6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata-Noir/xfce-notify-4.0/gtk.css
parent7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff)
Fix gtk theme setting
Diffstat (limited to 'themes/Plata-Noir/xfce-notify-4.0/gtk.css')
-rw-r--r--themes/Plata-Noir/xfce-notify-4.0/gtk.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/Plata-Noir/xfce-notify-4.0/gtk.css b/themes/Plata-Noir/xfce-notify-4.0/gtk.css
new file mode 100644
index 0000000..8103b27
--- /dev/null
+++ b/themes/Plata-Noir/xfce-notify-4.0/gtk.css
@@ -0,0 +1,28 @@
+/* This file is part of plata-theme Copyright (C) 2018-2020 Tista <tista.gma500@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
+@keyframes ink-std { to { background-size: 800% 800%; } }
+
+@keyframes ink-dec { to { background-size: 1000% 1000%; } }
+
+#XfceNotifyWindow, #XfceNotifyWindow:hover { border-radius: 2px; border: 1px solid alpha(black, 0.3); color: #f5f5f5; background-color: alpha(#424242, 0.93); box-shadow: none; }
+
+#XfceNotifyWindow box.vertical > label#summary { color: #f5f5f5; font-weight: 700; }
+
+#XfceNotifyWindow box.vertical > label#body { color: alpha(#f5f5f5, 0.87); }
+
+#XfceNotifyWindow buttonbox button { border: none; background-color: alpha(alpha(#9ea9e4, 0.9), 0); color: alpha(alpha(#9ea9e4, 0.9), 0.87); background-image: radial-gradient(circle farthest-corner at center, alpha(#9ea9e4, 0) 12.5%, transparent 0%); background-size: 800% 800%; background-repeat: no-repeat; background-position: center center; transition-property: opacity, border-color, border-image, background-color, background-size, background-image, box-shadow, -gtk-icon-transform; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); transition-duration: 0.27s; font-weight: 700; }
+
+#XfceNotifyWindow buttonbox button:hover { border: none; background-color: alpha(#9ea9e4, 0.12); color: #9ea9e4; }
+
+#XfceNotifyWindow buttonbox button:active { border: none; background-color: alpha(#9ea9e4, 0.12); color: #9ea9e4; background-image: radial-gradient(circle farthest-corner at center, alpha(#9ea9e4, 0.12) 12.5%, transparent 0%); background-size: 0 0; transition-property: opacity, border-color, border-image, background-color, box-shadow, -gtk-icon-transform; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); transition-duration: 0.27s; animation: ink-dec 0.27s cubic-bezier(0, 0, 0.2, 1) forwards; transition-delay: 0.03s; }
+
+#XfceNotifyWindow buttonbox button:disabled { border: none; background-color: alpha(#f5f5f5, 0); color: alpha(#f5f5f5, 0.28); }
+
+#XfceNotifyWindow buttonbox button:checked { border: none; background-color: alpha(#9ea9e4, 0.25); color: #9ea9e4; }
+
+#XfceNotifyWindow buttonbox button:checked:disabled { border: none; background-color: alpha(#9ea9e4, 0.0336); color: alpha(#9ea9e4, 0.28); }
+
+#XfceNotifyWindow progressbar { min-width: 4px; min-height: 4px; }
+
+#XfceNotifyWindow progressbar trough { border-style: none; background-color: alpha(#7986cb, alpha(currentColor, 0.2)); box-shadow: none; }
+
+#XfceNotifyWindow progressbar progress { border-style: none; border-radius: 0; background-image: none; background-color: #7986cb; }