PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 3.3.5
Smart Grid-Layout Design for Contact Form 7 v3.3.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / public / css / cf7-benchmark.css

cf7-benchmark.css in Smart Grid-Layout Design for Contact Form 7 3.3.5, at public/css/cf7-benchmark.css

56 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 span.cf7sg-benchmark-warning {
2 display: block;
3 font-size: 80%;
4 color: #626262;
5 position: absolute;
6 right: 50%;
7 top: 25px;
8 width: 140px;
9 height: auto;
10 border-radius: 3px;
11 border: solid 1px #656565;
12 background: #f2f2f2;
13 margin-right: -70px;
14 z-index:999;
15 }
16 span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden {
17 position: static;
18 width: auto;
19 display: inline-block;
20 }
21 span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden > span {
22 display: inline-block;
23 padding-right: 5px;
24 }
25 span.cf7sg-benchmark-warning.cf7sg-benchmark-hidden > span .dashicons-no-alt {
26 float: left;
27 display: inline-block;
28 position: static;
29 margin-top: 1px;
30 }
31 span.cf7sg-benchmark-warning > span {
32 background-color: #6c6c6c;
33 display: block;
34 color: white;
35 position: relative;
36 padding-left: 3px;
37 padding-bottom: 1px;
38 }
39 span.cf7sg-benchmark-warning > span > .dashicons-no-alt {
40 position: absolute;
41 right: 0;
42 color: #fff;
43 }
44 span.cf7sg-benchmark-warning span.cf7sg-benchmark-msg {
45 background: #ececec;
46 padding: 0 3px;
47 color: #6c6c6c;
48 }
49 input.cf7sg-benchmark-warning {
50 position: relative;
51 border-bottom: solid 2px orange !important;
52 }
53 input.cf7sg-benchmark-warning:hover + span.cf7sg-benchmark-warning{
54 display:block !important;
55 }
56