mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01: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;
|
||
|
}
|