From b591b5166d6953fe868ccb772045fe77d9a9813e Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 12 Jun 2022 17:00:35 +0200 Subject: tiny animations The settings button now turns like a cog when hovered, and there's a slight animation when you hover a settings switch. --- src/app/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app/main.css') diff --git a/src/app/main.css b/src/app/main.css index ce45f35..f39c5a1 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -59,6 +59,10 @@ button:active {filter: brightness(90%)} #winbtns #minimize {background-image: url("icons/minimize.png")} #winbtns #settings {background-image: url("icons/settings.png")} +#winbtns #settings:hover { + transform: rotate(90deg); +} + #winbtns div:hover {opacity: 1.0} #winbtns div:active {transform: scale(0.95)} /* } */ -- cgit v1.2.3