Change button active color from lime to cyan

This commit is contained in:
FURK4NGG
2026-01-08 11:17:46 +03:00
committed by GitHub
parent 38ae64b086
commit 1dcaf4aff7
+1 -1
View File
@@ -355,7 +355,7 @@
.widget-buttons-grid>flowbox>flowboxchild>button:active {
background: @noti-bg-hover;
color: lime; /* tıklanırken yeşile dönsün */
color: cyan; /* tıklanırken yeşile dönsün */
}
.widget-buttons-grid>flowbox>flowboxchild>button:checked {