/* This file is part of plata-theme Copyright (C) 2018-2020 Tista 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; }