This commit is contained in:
CortexCore
2025-04-17 19:21:44 +08:00
parent d8b8ddb8b6
commit 2d8978e694
7 changed files with 117 additions and 37 deletions

View File

@@ -53,6 +53,10 @@ Slider.material {
min-width: 128px;
}
.material .selected Button {
background-color: rgba(26, 115, 232, 0.25);
}
.material Button:hover {
background-color: rgba(26, 115, 232, 0.25);
transition-duration: 0.32s;