| 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 |
text-align: center; |
| 60 |
} |
| 61 |
|
| 62 |
.wsrw-not-licensed { |
| 63 |
.wsrw-check-row-input { |
| 64 |
cursor: pointer; |
| 65 |
|
| 66 |
input[type="checkbox"] { |
| 67 |
background: rgba(255, 255, 255, .5); |
| 68 |
border-color: rgba(220, 220, 222, .75); |
| 69 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04); |
| 70 |
color: rgba(44, 51, 56, .5); |
| 71 |
opacity: 0.7; |
| 72 |
} |
| 73 |
} |
| 74 |
} |
| 75 |
|
| 76 |
.wsrw-discount-note { |
| 77 |
grid-row: 4; |
| 78 |
grid-column: 1 / -1; |
| 79 |
margin: 25px 0 0 0; |
| 80 |
text-align: center; |
| 81 |
width: 100%; |
| 82 |
|
| 83 |
p { |
| 84 |
background-color: #fcf9e8; |
| 85 |
color: #777777; |
| 86 |
font-size: 16px; |
| 87 |
margin: 0 -30px; |
| 88 |
padding: 12px 52px 12px 52px; |
| 89 |
position: relative; |
| 90 |
|
| 91 |
span { |
| 92 |
color: #00a32a; |
| 93 |
font-weight: 700; |
| 94 |
} |
| 95 |
} |
| 96 |
} |
| 97 |
|
| 98 |
.jconfirm-icon-c .wsrw-icon { |
| 99 |
path { |
| 100 |
fill: #8A8A8A; |
| 101 |
} |
| 102 |
} |