mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-10-29 17:50:37 +00:00
7 lines
133 B
CSS
7 lines
133 B
CSS
.customize-partial-refreshing {
|
|
opacity: 0.25;
|
|
-webkit-transition: opacity 0.25s;
|
|
transition: opacity 0.25s;
|
|
cursor: progress;
|
|
}
|