mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
13 lines
292 B
CSS
13 lines
292 B
CSS
|
.customize-partial-refreshing {
|
||
|
opacity: 0.25;
|
||
|
-webkit-transition: opacity 0.25s;
|
||
|
transition: opacity 0.25s;
|
||
|
cursor: progress;
|
||
|
}
|
||
|
|
||
|
/* Override highlight when refreshing */
|
||
|
.customize-partial-refreshing.widget-customizer-highlighted-widget {
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
}
|