diff options
author | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
commit | 993917ddcedd58927a068cc804d81f1018d7bc0e (patch) | |
tree | 6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata-Lumine/xfce-notify-4.0/gtk.css | |
parent | 7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff) |
Fix gtk theme setting
Diffstat (limited to 'themes/Plata-Lumine/xfce-notify-4.0/gtk.css')
-rw-r--r-- | themes/Plata-Lumine/xfce-notify-4.0/gtk.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/Plata-Lumine/xfce-notify-4.0/gtk.css b/themes/Plata-Lumine/xfce-notify-4.0/gtk.css new file mode 100644 index 0000000..cbbf79a --- /dev/null +++ b/themes/Plata-Lumine/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.15); color: #111111; background-color: alpha(#bdbdbd, 0.93); box-shadow: none; } + +#XfceNotifyWindow box.vertical > label#summary { color: #111111; font-weight: 700; } + +#XfceNotifyWindow box.vertical > label#body { color: alpha(#111111, 0.87); } + +#XfceNotifyWindow buttonbox button { border: none; background-color: alpha(alpha(#1e34a6, 0.9), 0); color: alpha(alpha(#1e34a6, 0.9), 0.87); background-image: radial-gradient(circle farthest-corner at center, alpha(#1e34a6, 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(#1e34a6, 0.12); color: #1e34a6; } + +#XfceNotifyWindow buttonbox button:active { border: none; background-color: alpha(#1e34a6, 0.12); color: #1e34a6; background-image: radial-gradient(circle farthest-corner at center, alpha(#1e34a6, 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(#111111, 0); color: alpha(#111111, 0.28); } + +#XfceNotifyWindow buttonbox button:checked { border: none; background-color: alpha(#1e34a6, 0.25); color: #1e34a6; } + +#XfceNotifyWindow buttonbox button:checked:disabled { border: none; background-color: alpha(#1e34a6, 0.0336); color: alpha(#1e34a6, 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; } |