PluginProbe
JetBackup – Backup, Restore & Migrate / 1.4.6
JetBackup – Backup, Restore & Migrate v1.4.6
3.1.23.6 3.1.23.5 3.1.23.3 3.1.22.4 3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 All 82 releases
backup / public / css / spinner.css
spinner.css
14 lines 321 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sg-spinner {
2 position: absolute;
3 left: 50%;
4 top: 50%;
5 z-index: 1010;
6 margin-left: -15px;
7 margin-top: -16px;
8 background-color: transparent;
9 width: 30px;
10 height: 32px;
11 background-image: url('../img/sg-ajax-loader.gif');
12 background-repeat: no-repeat;
13 background-size: 100%;
14 }