PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.6
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.6
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / search-replace.css

search-replace.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.6, at src/admin/search-replace.css

101 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wsrw-search-results {
2 width: 100%;
3
4 pre {
5 white-space: pre-wrap;
6 word-wrap: break-word;
7 }
8
9 .wsrw-highlight {
10 background-color: #FFFF00;
11
12 &.wsrw-highlight-red {
13 background-color: #fa9898;
14 }
15
16 &.wsrw-highlight-green {
17 background-color: rgb(119, 213, 119);
18 }
19 }
20
21 }
22
23 .wsrw-new-value,
24 .wsrw-old-value {
25 width: 30%;
26 }
27
28 .wsrw-form-row {
29 margin: 15px 0;
30 }
31
32 #wsrw-results {
33 height: 500px;
34 overflow: scroll;
35 border: 1px solid #c3c4c7;
36
37 table.widefat {
38 border: none;
39 }
40 }
41
42 .wsrw-progress-bar {
43 background: #c4cbcf;
44 width: 100%;
45 height: 26px;
46 border-radius: 5px;
47 margin: 10px 0;
48
49 .wsrw-progress-bar-inner {
50 background: var(--wsrw-color-primary);
51 height: 100%;
52 border-radius: 5px;
53 width: 0;
54 }
55 }
56
57 .wsrw-progress-text {
58 min-height: 19px;
59 }
60
61 .wsrw-not-licensed {
62 .wsrw-check-row-input {
63 cursor: pointer;
64
65 input[type="checkbox"] {
66 background: rgba(255, 255, 255, .5);
67 border-color: rgba(220, 220, 222, .75);
68 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
69 color: rgba(44, 51, 56, .5);
70 opacity: 0.7;
71 }
72 }
73 }
74
75 .wsrw-discount-note {
76 grid-row: 4;
77 grid-column: 1 / -1;
78 margin: 25px 0 0 0;
79 text-align: center;
80 width: 100%;
81
82 p {
83 background-color: #fcf9e8;
84 color: #777777;
85 font-size: 16px;
86 margin: 0 -30px;
87 padding: 12px 52px 12px 52px;
88 position: relative;
89
90 span {
91 color: #00a32a;
92 font-weight: 700;
93 }
94 }
95 }
96
97 .jconfirm-icon-c .wsrw-icon {
98 path {
99 fill: #8A8A8A;
100 }
101 }