PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 5.0.3.2
MainWP Dashboard: Self-hosted WordPress Management for Agencies v5.0.3.2
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
mainwp / assets / js / dragula / dragula.css

dragula.css in MainWP Dashboard: Self-hosted WordPress Management for Agencies 5.0.3.2, at assets/js/dragula/dragula.css

23 lines 548 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .gu-mirror {
2 position: fixed !important;
3 margin: 0 !important;
4 z-index: 9999 !important;
5 opacity: 0.8;
6 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
7 filter: alpha(opacity=80);
8 }
9 .gu-hide {
10 display: none !important;
11 }
12 .gu-unselectable {
13 -webkit-user-select: none !important;
14 -moz-user-select: none !important;
15 -ms-user-select: none !important;
16 user-select: none !important;
17 }
18 .gu-transit {
19 opacity: 0.2;
20 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
21 filter: alpha(opacity=20);
22 }
23