PluginProbe ʕ •ᴥ•ʔ
Catch Scroll Progress Bar / 1.5
Catch Scroll Progress Bar v1.5
trunk 1.0.0 1.1 1.2 1.3 1.4 1.5 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 2.0 2.1 2.2
catch-scroll-progress-bar / public / css / catch-scroll-progress-bar-public.css
catch-scroll-progress-bar / public / css Last commit date
catch-scroll-progress-bar-public.css 4 years ago
catch-scroll-progress-bar-public.css
17 lines
1 /**
2 * All of the CSS for your public-facing functionality should be
3 * included in this file.
4 */
5 .catchProgressbar {
6 display: none;
7 position: fixed;
8 left: 0;
9 bottom: 0;
10 width: 100%;
11 z-index: 9999999;
12 -webkit-appearance: none;
13 -moz-appearance: none;
14 appearance: none;
15 border: none;
16 background-color: transparent;
17 }