PluginProbe
Chartify – WordPress Chart Plugin / 3.1.5
Chartify – WordPress Chart Plugin v3.1.5
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 All 83 releases
chart-builder / admin / css / normalize.css

normalize.css in Chartify – WordPress Chart Plugin 3.1.5, at admin/css/normalize.css

33 lines 693 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 input[type=checkbox],
2 input[type=radio] {
3 border: 1px solid rgba(0,0,0,.25);
4 box-shadow: initial;
5 }
6
7 input[type=checkbox]::before,
8 input[type=radio]::before {
9 content: initial !important;
10 margin: initial;
11 }
12
13 select,
14 input {
15 border: 1px solid #ced4da !important;
16 }
17
18
19 input.form-check-input:focus {
20 box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
21 outline: 0 !important;
22 }
23
24 select.form-select:focus,
25 input.form-control:focus,
26 input.ays-text-input:focus {
27 box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
28 color: #212529 !important;
29 background-color: #fff !important;
30 border-color: #86b7fe !important;
31 outline: 0 !important;
32 }
33