mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +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;
|
||
|
}
|