admin.css
622 lines
| 1 | :root { |
| 2 | --gray-dark: #373737; |
| 3 | --gray-dim: #666; |
| 4 | --wpml-blue: #33879e; |
| 5 | --wpml-blue-lightest: #ebf3f5; |
| 6 | --wpml-red: #db552b; |
| 7 | --orange: #e88357; |
| 8 | } |
| 9 | |
| 10 | .otgsi_site_key_form{ |
| 11 | display:none; |
| 12 | } |
| 13 | |
| 14 | .installer-status-installing, .installer-status-installed, .installer-status-updating, .installer-status-updated, .installer-status-activating, .installer-status-activated, .installer-status-success{ |
| 15 | display: none; |
| 16 | } |
| 17 | .installer-status-installing{color: var(--orange); } |
| 18 | .installer-status-installed{color: var(--wpml-blue); font-weight: 500; } |
| 19 | .installer-status-updating{color: var(--orange); } |
| 20 | .installer-status-updated{color: var(--wpml-blue); font-weight: 500; } |
| 21 | |
| 22 | .installer-status-installed .error-details:before, |
| 23 | .installer-status-updated .error-details:before{ |
| 24 | content: "\f534"; |
| 25 | font: 200 16px/1 dashicons; |
| 26 | vertical-align: text-bottom; |
| 27 | margin-left: 5px; |
| 28 | color: red; |
| 29 | cursor: help; |
| 30 | } |
| 31 | |
| 32 | .installer-status-activating{color: var(--gray-dim); } |
| 33 | .installer-status-activated{color: var(--gray-dark); font-weight: 500; } |
| 34 | |
| 35 | .js-status-success p{ |
| 36 | color: var(--orange); |
| 37 | padding: 4px; |
| 38 | } |
| 39 | |
| 40 | .installer-green-text{ |
| 41 | color:#006600; |
| 42 | font-weight:bold; |
| 43 | } |
| 44 | |
| 45 | .installer-red-text{ |
| 46 | color:#b22121; |
| 47 | font-weight:bold; |
| 48 | } |
| 49 | |
| 50 | .installer-footnote{ |
| 51 | color:#3d5e69; |
| 52 | display:block; |
| 53 | float: left; |
| 54 | font-style: italic; |
| 55 | font-size: 90%; |
| 56 | } |
| 57 | |
| 58 | .installer-products-list li{ |
| 59 | display: inline; |
| 60 | margin-right: 20px; |
| 61 | } |
| 62 | |
| 63 | .otgs_wp_installer_table a.disabled{ |
| 64 | color:#888; |
| 65 | } |
| 66 | |
| 67 | .otgs_wp_installer_subtable{ |
| 68 | clear: both; |
| 69 | margin-left:-20px; |
| 70 | } |
| 71 | .otgs_wp_installer_subtable td p{ |
| 72 | font-size: 92%; |
| 73 | } |
| 74 | |
| 75 | .installer-status-error{ |
| 76 | color: var(--wpml-red); |
| 77 | } |
| 78 | |
| 79 | .installer-status-note{ |
| 80 | color: #6F6E6D; |
| 81 | font-style: italic; |
| 82 | } |
| 83 | |
| 84 | .installer-warn-text{ |
| 85 | color: #FF6400; |
| 86 | } |
| 87 | |
| 88 | .installer-warn-box{ |
| 89 | -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #FF6400;background-color:#df8a48; |
| 90 | color: var(--gray-dark); |
| 91 | padding: 5px; |
| 92 | } |
| 93 | .installer-warn-box span.details{ |
| 94 | font-style: italic; |
| 95 | color: var(--gray-dim); |
| 96 | } |
| 97 | |
| 98 | .installer-error-box{ |
| 99 | color:#962722; |
| 100 | margin-top: 10px; |
| 101 | } |
| 102 | .installer-error-box p{ |
| 103 | margin: 10px 0 10px 0; |
| 104 | -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #962722;background-color:#F5C8C6; |
| 105 | color: #333; |
| 106 | padding: 5px; |
| 107 | text-align: center; |
| 108 | } |
| 109 | |
| 110 | .spinner-inline{ |
| 111 | float: none; |
| 112 | display: inline-block; |
| 113 | visibility: visible; |
| 114 | } |
| 115 | |
| 116 | .installer-q-icon:before{ |
| 117 | content: '\f223' !important; |
| 118 | font-family: dashicons !important; |
| 119 | font-size: 20px; |
| 120 | line-height: 1; |
| 121 | color: #f56e28; |
| 122 | } |
| 123 | |
| 124 | .installer-plugin-update-tr td{ |
| 125 | padding-left:3px !important; |
| 126 | } |
| 127 | |
| 128 | .otgsi_yellow_bg{ |
| 129 | background-color: #f2f46b; |
| 130 | } |
| 131 | |
| 132 | .otgs_wp_installer_table_compact{ |
| 133 | width:480px; |
| 134 | border: solid 1px #999; |
| 135 | padding:10px; |
| 136 | border-radius: 5px; |
| 137 | } |
| 138 | |
| 139 | .installer-plugins-list-compact{ |
| 140 | background-color: #fff; |
| 141 | border-collapse: collapse; |
| 142 | border:solid 1px #C1DAD7; |
| 143 | width:100%; |
| 144 | } |
| 145 | |
| 146 | .installer-plugins-list-compact tr th{ |
| 147 | padding-top:3px; |
| 148 | background-color: #ccc; |
| 149 | } |
| 150 | |
| 151 | .installer-plugins-list-compact tr{ |
| 152 | background-color: #ddd; |
| 153 | } |
| 154 | |
| 155 | .installer-plugins-list-compact tr.even{ |
| 156 | background-color: #eee; |
| 157 | } |
| 158 | |
| 159 | .installer-plugins-list-compact td{ |
| 160 | padding:2px 5px 2px 5px; |
| 161 | border-right: 1px solid #C1DAD7; |
| 162 | border-bottom: 1px solid #C1DAD7; |
| 163 | } |
| 164 | |
| 165 | .installer-plugins-list-compact td.twelve{ |
| 166 | width:16px; |
| 167 | } |
| 168 | |
| 169 | .otgs_wp_installer_table_compact .installer-status-downloading, |
| 170 | .otgs_wp_installer_table_compact .installer-status-downloaded, |
| 171 | .otgs_wp_installer_table_compact .installer-status-activating, |
| 172 | .otgs_wp_installer_table_compact .installer-status-activated{ |
| 173 | display: none; |
| 174 | color:transparent; width: 12px; padding:2px; |
| 175 | } |
| 176 | |
| 177 | .otgs_wp_installer_table_compact .installer-status-success, |
| 178 | .otgs_wp_installer_table_compact .installer-status-fail{ |
| 179 | display: none; |
| 180 | } |
| 181 | |
| 182 | .installer-status-success{ |
| 183 | float: right; |
| 184 | color: #006600; |
| 185 | } |
| 186 | |
| 187 | .otgs_wp_installer_table_compact .installer-status-downloading{background: url(../img/dn.gif) no-repeat center; } |
| 188 | .otgs_wp_installer_table_compact .installer-status-downloaded{background: url(../img/complete.png) no-repeat center;} |
| 189 | .otgs_wp_installer_table_compact .installer-status-activating{background: url(../img/dn.gif) no-repeat center; } |
| 190 | .otgs_wp_installer_table_compact .installer-status-activated{background: url(../img/complete.png) no-repeat center; } |
| 191 | .otgs_wp_installer_table_compact .installer-status-error{background: url(../img/icon_error.gif) no-repeat center; } |
| 192 | |
| 193 | .installer_highlight{ |
| 194 | color:#c5510b; |
| 195 | } |
| 196 | |
| 197 | .installer_highlight_package{ |
| 198 | background-color: #fff9c0; |
| 199 | } |
| 200 | |
| 201 | .plugin_progress{ |
| 202 | font-style: italic; |
| 203 | color: #777 |
| 204 | } |
| 205 | |
| 206 | .installer-download-progress-status{ |
| 207 | display: none; |
| 208 | float:right; |
| 209 | color: var(--wpml-blue); |
| 210 | font-style: italic; |
| 211 | padding-left:24px; |
| 212 | } |
| 213 | |
| 214 | .installer-release-notes{ |
| 215 | display: none; |
| 216 | } |
| 217 | |
| 218 | .handle.extended:after{ |
| 219 | content: "▾"; |
| 220 | font-size: 24px; |
| 221 | vertical-align:bottom; |
| 222 | } |
| 223 | .installer-table-wrap table.installer-plugins{ |
| 224 | margin-bottom: 20px; |
| 225 | border: none; |
| 226 | box-shadow: unset; |
| 227 | } |
| 228 | |
| 229 | .installer-table-wrap table.installer-plugins tr th { |
| 230 | padding: 13px 16px; |
| 231 | border-bottom: 2px solid var(--gray-dark); |
| 232 | color: var(--gray-dim); |
| 233 | } |
| 234 | |
| 235 | .installer-table-wrap { |
| 236 | padding-right: 22px; |
| 237 | } |
| 238 | |
| 239 | .installer-table-wrap table.installer-plugins tbody tr td { |
| 240 | padding: 16px; |
| 241 | border-bottom: 1px solid rgba(51, 135, 158, 0.2); |
| 242 | } |
| 243 | .installer-table-wrap table.installer-plugins tbody tr td:first-of-type { |
| 244 | border-left: 1px solid rgba(51, 135, 158, 0.2); |
| 245 | } |
| 246 | .rtl .installer-table-wrap table.installer-plugins tbody tr td:first-of-type { |
| 247 | border-left: none; |
| 248 | border-right: 1px solid rgba(51, 135, 158, 0.2); |
| 249 | } |
| 250 | .installer-table-wrap table.installer-plugins tbody tr td:last-of-type { |
| 251 | border-right: 1px solid rgba(51, 135, 158, 0.2); |
| 252 | } |
| 253 | .rtl .installer-table-wrap table.installer-plugins tbody tr td:last-of-type { |
| 254 | border-right: none; |
| 255 | border-left: 1px solid rgba(51, 135, 158, 0.2); |
| 256 | } |
| 257 | .rtl #sitepress-multilingual-cms_release-notes td { |
| 258 | border-right: 1px solid rgba(51, 135, 158, 0.2); |
| 259 | } |
| 260 | .rtl #sitepress-multilingual-cms_release-notes .arrow_box::before, |
| 261 | .rtl #sitepress-multilingual-cms_release-notes .arrow_box::after { |
| 262 | left: 3%; |
| 263 | } |
| 264 | .installer-table-wrap table.installer-plugins tbody tr td:last-of-type { |
| 265 | text-align: right; |
| 266 | } |
| 267 | |
| 268 | .installer-table-wrap table.installer-plugins tbody tr td:last-of-type .js-release-notes { |
| 269 | color: var(--wpml-blue); |
| 270 | text-decoration: underline; |
| 271 | white-space: nowrap; |
| 272 | } |
| 273 | |
| 274 | .installer-table-wrap table.installer-plugins tbody tr td:last-of-type .js-release-notes:hover, |
| 275 | .installer-table-wrap table.installer-plugins tbody tr td:last-of-type .js-release-notes:focus { |
| 276 | text-decoration: none; |
| 277 | } |
| 278 | |
| 279 | .installer-table-wrap table.installer-plugins tbody tr td.installer_plugin_name span { |
| 280 | font-size: 13px; |
| 281 | line-height: 1.5; |
| 282 | font-weight: 500; |
| 283 | color: var(--gray-dark); |
| 284 | } |
| 285 | .installer-table-wrap table.installer-plugins tbody tr td.installer_plugin_name p { |
| 286 | font-size: 12px; |
| 287 | line-height: 1.625; |
| 288 | color: var(--gray-dim); |
| 289 | } |
| 290 | .installer-plugins .installer_checkbox input[type=checkbox] { |
| 291 | width: 16px; |
| 292 | height: 16px; |
| 293 | border: 1px solid rgba(51, 135, 158, 0.5); |
| 294 | border-radius: 2px; |
| 295 | position: relative; |
| 296 | } |
| 297 | .installer-plugins .installer_checkbox input[type=checkbox]:hover, |
| 298 | .installer-plugins .installer_checkbox input[type=checkbox]:focus { |
| 299 | border-color: var(--wpml-blue); |
| 300 | } |
| 301 | .installer-plugins .installer-plugins .installer_checkbox input[type=checkbox]:checked::before { |
| 302 | content: ''; |
| 303 | width: 4px; |
| 304 | height: 8px; |
| 305 | border: solid var(--wpml-blue); |
| 306 | border-width: 0 2px 2px 0; |
| 307 | position: absolute; |
| 308 | top: 4px; |
| 309 | left: 8px; |
| 310 | transform: rotate(45deg); |
| 311 | } |
| 312 | @media (max-width: 782px) { |
| 313 | .installer-plugins .installer-plugins .installer_checkbox input[type=checkbox]:checked::before { |
| 314 | left: 9px; |
| 315 | } |
| 316 | } |
| 317 | .installer-plugins .installer-plugins .installer_checkbox input[type=checkbox]:disabled { |
| 318 | border: 1px solid rgba(51, 135, 158, 0.15); |
| 319 | background-color: var(--wpml-blue-lightest); |
| 320 | cursor: not-allowed; |
| 321 | } |
| 322 | |
| 323 | .installer-table-wrap table.installer-plugins tbody tr td.installer_version_installed .installer-green-text, |
| 324 | .installer-table-wrap table.installer-plugins tbody tr td.installer_version_installed .installer-red-text { |
| 325 | padding: 3px 12px; |
| 326 | display: inline-block; |
| 327 | border-radius: 100px; |
| 328 | background-color: var(--wpml-blue-lightest); |
| 329 | font-size: 12px; |
| 330 | line-height: 20px; |
| 331 | font-weight: 500; |
| 332 | color: var(--wpml-blue); |
| 333 | white-space: nowrap; |
| 334 | } |
| 335 | |
| 336 | .installer-table-wrap table.installer-plugins tbody tr td.installer_version_installed .installer-red-text { |
| 337 | width: fit-content; |
| 338 | display: flex; |
| 339 | gap: 8px; |
| 340 | background-color: rgba(219, 85, 43, 0.1); |
| 341 | color: var(--wpml-red); |
| 342 | } |
| 343 | |
| 344 | .installer-table-wrap table.installer-plugins tbody tr td.installer_version_installed .installer-red-text::after { |
| 345 | content: '\f64c'; |
| 346 | font-family: 'otgs-icons'; |
| 347 | font-size: 12px; |
| 348 | color: var(--wpml-red); |
| 349 | } |
| 350 | |
| 351 | .installer-table-wrap table.installer-plugins tbody tr td .installer_version_installed_wrapper { |
| 352 | display: flex; |
| 353 | flex-direction: column; |
| 354 | } |
| 355 | |
| 356 | .wp-core-ui .button-secondary[type="submit"] { |
| 357 | margin: 0 0 32px; |
| 358 | padding: 8px 20px; |
| 359 | border-radius: 3px; |
| 360 | border-color: var(--wpml-blue); |
| 361 | background-color: var(--wpml-blue); |
| 362 | font-size: 13px; |
| 363 | color: #fff; |
| 364 | line-height: 20px; |
| 365 | font-weight: 500; |
| 366 | transition: background-color 0.3s ease-out; |
| 367 | } |
| 368 | |
| 369 | .wp-core-ui .button-secondary[type="submit"]:hover, |
| 370 | .wp-core-ui .button-secondary[type="submit"]:focus { |
| 371 | background-color: var(--gray-dark); |
| 372 | } |
| 373 | |
| 374 | label.activate-label { |
| 375 | margin-left: 16px; |
| 376 | display: inline-block; |
| 377 | transform: translateY(12px); |
| 378 | color: var(--gray-dark); |
| 379 | } |
| 380 | |
| 381 | @keyframes spin { |
| 382 | 0% { |
| 383 | transform: rotate(0deg); |
| 384 | } |
| 385 | 100% { |
| 386 | transform: rotate(360deg); |
| 387 | } |
| 388 | } |
| 389 | |
| 390 | .installer-table-wrap .for_spinner_js .spinner { |
| 391 | background: unset; |
| 392 | } |
| 393 | |
| 394 | .installer-download-progress-status::before, |
| 395 | .installer-table-wrap .for_spinner_js .spinner::before { |
| 396 | content: ''; |
| 397 | width: 16px; |
| 398 | height: 16px; |
| 399 | display: inline-block; |
| 400 | background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzMzODc5RSIgZD0iTTguMDc1LjUzM2EuNTMzLjUzMyAwIDEgMSAxLjA2NyAwdjMuMmEuNTMzLjUzMyAwIDAgMS0xLjA2NyAwdi0zLjJaTTguMDc1IDEyLjI2N2EuNTMzLjUzMyAwIDEgMSAxLjA2NyAwdjMuMmEuNTMzLjUzMyAwIDAgMS0xLjA2NyAwdi0zLjJaTTEyLjM0MiA4YzAgLjI5NS4yMzkuNTMzLjUzMy41MzNoMy4yYS41MzMuNTMzIDAgMSAwIDAtMS4wNjZoLTMuMmEuNTMzLjUzMyAwIDAgMC0uNTMzLjUzM1pNMS4xNDIgOC41MzNhLjUzMy41MzMgMCAxIDEgMC0xLjA2NmgzLjJhLjUzMy41MzMgMCAwIDEgMCAxLjA2NmgtMy4yWk0xMS4yNDYgMTAuNjM3YS41MzMuNTMzIDAgMCAwIDAgLjc1NGwyLjI2NCAyLjI2NGEuNTMzLjUzMyAwIDAgMCAuNzU0LS43NTRMMTIgMTAuNjM3YS41MzMuNTMzIDAgMCAwLS43NTQgMFpNNS44NjcgMTEuMzc5YS41MzMuNTMzIDAgMCAwLS43NTQtLjc1NEwyLjg1IDEyLjg4N2EuNTMzLjUzMyAwIDEgMCAuNzU1Ljc1NWwyLjI2Mi0yLjI2M1pNMTQuMjM1IDIuMjU2YS41MzMuNTMzIDAgMCAxIDAgLjc1NGwtMi4yNjEgMi4yNjFhLjUzMy41MzMgMCAxIDEtLjc1NS0uNzU0bDIuMjYyLTIuMjYxYS41MzMuNTMzIDAgMCAxIC43NTQgMFoiLz48L3N2Zz4=") no-repeat center; |
| 401 | animation: spin 0.8s infinite linear; |
| 402 | transform-origin: center; |
| 403 | } |
| 404 | |
| 405 | .installer-download-progress-status::before { |
| 406 | margin: 0 8px; |
| 407 | } |
| 408 | |
| 409 | td.installer_plugin_name { |
| 410 | width: 500px; |
| 411 | } |
| 412 | |
| 413 | td.installer_version { |
| 414 | width: 100px; |
| 415 | } |
| 416 | |
| 417 | td.installer_checkbox { |
| 418 | width: 30px; |
| 419 | } |
| 420 | |
| 421 | .installer-table-wrap a.handle:active, |
| 422 | .installer-table-wrap a.handle:focus{ |
| 423 | outline:0; |
| 424 | border:none; |
| 425 | box-shadow: none; |
| 426 | } |
| 427 | |
| 428 | .installer-release-notes .arrow_box { |
| 429 | position: relative; |
| 430 | background: #eee; |
| 431 | border: 1px solid #ccc; |
| 432 | border-radius: 3px; |
| 433 | text-align: left; |
| 434 | } |
| 435 | .rtl .installer-release-notes .arrow_box { |
| 436 | text-align: right; |
| 437 | } |
| 438 | .installer-release-notes .arrow_box h3 { |
| 439 | margin: 0; |
| 440 | } |
| 441 | .installer-release-notes .arrow_box:after, .installer-release-notes .arrow_box:before { |
| 442 | bottom: 100%; |
| 443 | left: 97%; |
| 444 | border: solid transparent; |
| 445 | content: " "; |
| 446 | height: 0; |
| 447 | width: 0; |
| 448 | position: absolute; |
| 449 | pointer-events: none; |
| 450 | } |
| 451 | |
| 452 | .installer-release-notes .arrow_box:after { |
| 453 | border-color: rgba(238, 238, 238, 0); |
| 454 | border-bottom-color: #eee; |
| 455 | border-width: 16px; |
| 456 | margin-left: -16px; |
| 457 | } |
| 458 | .installer-release-notes .arrow_box:before { |
| 459 | border-color: rgba(204, 204, 204, 0); |
| 460 | border-bottom-color: #ccc; |
| 461 | border-width: 17px; |
| 462 | margin-left: -17px; |
| 463 | } |
| 464 | |
| 465 | .installer-release-notes .arrow_box div{ |
| 466 | margin-top:5px; |
| 467 | padding: 10px; |
| 468 | overflow-y: auto; |
| 469 | max-height: 400px; |
| 470 | } |
| 471 | |
| 472 | .otgs-is-dismissible { |
| 473 | position: relative; |
| 474 | padding-right: 38px; |
| 475 | } |
| 476 | .otgs-is-dismissible .notice-dismiss { |
| 477 | text-decoration: none; |
| 478 | } |
| 479 | .otgs-is-dismissible p [class*="button-"] { |
| 480 | margin: -5px 5px; |
| 481 | } |
| 482 | |
| 483 | .otgsi_downloads_form { |
| 484 | margin-top: 40px; |
| 485 | } |
| 486 | |
| 487 | .spinner-with-text{ |
| 488 | padding-left: 25px; |
| 489 | float:none; |
| 490 | width: auto; |
| 491 | } |
| 492 | .installer-channel-update-ok{ |
| 493 | padding-left: 10px; |
| 494 | display: none; |
| 495 | color: #006600; |
| 496 | } |
| 497 | .installer-channel-update-fail{ |
| 498 | padding-left: 10px; |
| 499 | display: none; |
| 500 | color: #962722; |
| 501 | } |
| 502 | |
| 503 | .otgs_wp_installer_table .installer-repository-image { |
| 504 | padding: 8px 20px; |
| 505 | } |
| 506 | |
| 507 | .remove_site_key_js:disabled, |
| 508 | .enter_site_key_js:disabled { |
| 509 | cursor: help; |
| 510 | } |
| 511 | |
| 512 | .otgs-installer-registered span { |
| 513 | display: inline-block; |
| 514 | vertical-align: middle; |
| 515 | margin-bottom: .5em; |
| 516 | } |
| 517 | |
| 518 | @media (min-width: 1400px) { |
| 519 | .otgs-installer-registered-buttons { |
| 520 | float: right; |
| 521 | } |
| 522 | } |
| 523 | |
| 524 | .otgs-installer-keepuptodate small { |
| 525 | display: block; |
| 526 | margin-top: 3px; |
| 527 | line-height: 1.3; |
| 528 | } |
| 529 | |
| 530 | @media (min-width: 783px) { |
| 531 | .otgs-installer-keepuptodate small { |
| 532 | -webkit-margin-start: 25px; |
| 533 | -moz-margin-start: 25px; |
| 534 | margin-inline-start: 25px; |
| 535 | } |
| 536 | } |
| 537 | |
| 538 | .otgs-installer-component-setting .spinner.otgs-components-report-setting-spinner { |
| 539 | float: right; |
| 540 | } |
| 541 | .rtl .otgs-installer-component-setting .spinner.otgs-components-report-setting-spinner { |
| 542 | float: left; |
| 543 | } |
| 544 | .otgs-installer-component-privacy-policy { |
| 545 | margin-top: 30px; |
| 546 | } |
| 547 | |
| 548 | .otgs-external-link:after { |
| 549 | font-family: dashicons!important; |
| 550 | content: "\A0\F504"; |
| 551 | vertical-align: baseline; |
| 552 | line-height: 1; |
| 553 | display: inline-block; |
| 554 | } |
| 555 | |
| 556 | .installer-channel-selector-wrap select.installer-channel-selector { |
| 557 | min-width: 122px; |
| 558 | width: fit-content; |
| 559 | border-radius: 2px; |
| 560 | border-color: rgba(0,0,0, 0.15); |
| 561 | font-size: 13px; |
| 562 | line-height: 1.5; |
| 563 | } |
| 564 | .installer-channel-selector-wrap select.installer-channel-selector:hover, |
| 565 | .installer-channel-selector-wrap select.installer-channel-selector:focus { |
| 566 | border-color: var(--wpml-blue); |
| 567 | box-shadow: none; |
| 568 | color: var(--gray-dark); |
| 569 | } |
| 570 | |
| 571 | .installer-channel-selector-wrap label { |
| 572 | font-size: 13px; |
| 573 | color: var(--gray-dim); |
| 574 | } |
| 575 | |
| 576 | tr#repository-wpml_wpml td:nth-of-type(2) p { |
| 577 | color: var(--gray-dim); |
| 578 | } |
| 579 | |
| 580 | tr#repository-wpml_wpml td:nth-of-type(2) p strong { |
| 581 | font-size: 16px; |
| 582 | line-height: 1.5; |
| 583 | color: var(--gray-dark); |
| 584 | } |
| 585 | |
| 586 | |
| 587 | /** Notification */ |
| 588 | |
| 589 | .widefat .otgs-reset * { |
| 590 | all: unset; |
| 591 | } |
| 592 | |
| 593 | .otgs-reset .notification { |
| 594 | display: flex; |
| 595 | align-items: center; |
| 596 | padding: 12px 40px 12px 20px; |
| 597 | gap: 12px; |
| 598 | border-radius: 5px; |
| 599 | background: #33879E1A; |
| 600 | border-left: 4px solid #33879E; |
| 601 | max-width: 552px; |
| 602 | width:50%; |
| 603 | } |
| 604 | |
| 605 | .otgs-reset .otgs-blue{ |
| 606 | color:#33879E; |
| 607 | } |
| 608 | .otgs-reset .otgs-text-xs{ |
| 609 | font-size: 12px; |
| 610 | } |
| 611 | .otgs-reset .otgs-text-sm{ |
| 612 | font-size: 16px; |
| 613 | line-height: 16px; |
| 614 | } |
| 615 | .otgs-reset .otgs-ml-auto{ |
| 616 | margin-left: auto; |
| 617 | } |
| 618 | |
| 619 | .otgs-cursor-pointer{ |
| 620 | cursor:pointer !important; |
| 621 | } |
| 622 |