mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-05-13 00:56:01 +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;
|
|
}
|