| 1 |
/*------------------------------------------------*/ |
| 2 |
/*---------------[RESPONSIVE LAYOUTS]-------------*/ |
| 3 |
/*------------------------------------------------*/ |
| 4 |
|
| 5 |
@media only screen and ( max-height: 500px ) { |
| 6 |
.mainwp-nav-menu .item-wp-admin { |
| 7 |
position: relative !important; |
| 8 |
} |
| 9 |
} |
| 10 |
|
| 11 |
@media only screen and ( min-width: 769px ) { |
| 12 |
|
| 13 |
.mainwp-768-show { |
| 14 |
display: none !important; |
| 15 |
} |
| 16 |
|
| 17 |
.mainwp-manage-updates-table { |
| 18 |
white-space: nowrap; |
| 19 |
} |
| 20 |
|
| 21 |
.mainwp-manage-updates-table thead tr th:last-child, |
| 22 |
.mainwp-manage-updates-table tbody tr td:last-child, |
| 23 |
.mainwp-manage-updates-table tfoot tr th:last-child { |
| 24 |
text-align: right !important; |
| 25 |
} |
| 26 |
|
| 27 |
.mainwp-manage-updates-table tbody tr td.dataTables_empty { |
| 28 |
text-align: center !important; |
| 29 |
} |
| 30 |
} |
| 31 |
|
| 32 |
@media only screen and ( min-width: 992px ) and ( max-width: 1449px ) { |
| 33 |
#mainwp-manage-updates { |
| 34 |
overflow-x: scroll !important; |
| 35 |
} |
| 36 |
} |
| 37 |
|
| 38 |
@media only screen and ( min-width: 1360px ) and ( max-width: 1645px ) { |
| 39 |
#mainwp-update-everything-button { |
| 40 |
font-size: 14px; |
| 41 |
} |
| 42 |
} |
| 43 |
|
| 44 |
@media only screen and ( min-width: 768px ) and ( max-width: 1365px ) { |
| 45 |
|
| 46 |
.item-wp-admin { |
| 47 |
z-index: 9999 !important; |
| 48 |
} |
| 49 |
|
| 50 |
#mainwp-updates-overview-menu, |
| 51 |
#mainwp-updates-stats { |
| 52 |
width: 100% !important; |
| 53 |
} |
| 54 |
|
| 55 |
} |
| 56 |
|
| 57 |
@media only screen and ( min-width: 768px ) and ( max-width: 1080px ) { |
| 58 |
|
| 59 |
.mainwp-ui .ui.two.column.grid .column, |
| 60 |
.mainwp-ui .ui.three.column.grid .column { |
| 61 |
width: 100% !important; |
| 62 |
padding: 1em !important; |
| 63 |
} |
| 64 |
|
| 65 |
#mainwp-top-header .ui.grid .left.floated.column { |
| 66 |
width: 15% !important; |
| 67 |
} |
| 68 |
#mainwp-top-header .ui.grid .right.floated.column { |
| 69 |
width: 85% !important; |
| 70 |
} |
| 71 |
|
| 72 |
} |
| 73 |
|
| 74 |
@media screen and ( min-width: 1200px ) { |
| 75 |
#mainwp-get-purchased-extensions-modal { |
| 76 |
width: 1210px; |
| 77 |
} |
| 78 |
} |
| 79 |
|
| 80 |
@media screen and ( max-width: 1200px ) { |
| 81 |
#mainwp-get-purchased-extensions-modal #mainwp-install-extensions-menu { |
| 82 |
overflow-x: auto; |
| 83 |
overflow-y: hidden; |
| 84 |
} |
| 85 |
} |
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
@media screen and ( max-width: 1366px ) { |
| 90 |
|
| 91 |
.mainwp-ui #mainwp-grid-wrapper { |
| 92 |
padding: 1rem !important; |
| 93 |
} |
| 94 |
|
| 95 |
.mainwp-ui .mainwp-widget { |
| 96 |
margin-bottom: 1rem !important; |
| 97 |
} |
| 98 |
|
| 99 |
.mainwp-ui .mainwp-widget .mainwp-scrolly-overflow { |
| 100 |
height: 100% !important; |
| 101 |
padding: 0px !important; |
| 102 |
overflow-y: visible !important; |
| 103 |
overflow-x: visible !important; |
| 104 |
} |
| 105 |
|
| 106 |
.mainwp-ui .mainwp-widget .mainwp-widget-footer { |
| 107 |
position: relative !important; |
| 108 |
} |
| 109 |
} |
| 110 |
|
| 111 |
@media screen and ( max-width: 1140px ) { |
| 112 |
.mainwp-content-wrap { |
| 113 |
width: 100%; |
| 114 |
margin-left: 0 !important; |
| 115 |
} |
| 116 |
|
| 117 |
/*--- Menu ---*/ |
| 118 |
|
| 119 |
#mainwp-main-navigation-container { |
| 120 |
display: none !important; |
| 121 |
} |
| 122 |
|
| 123 |
.mainwp-main-mobile-navigation-container { |
| 124 |
display: block; |
| 125 |
padding: 10px; |
| 126 |
vertical-align: middle; |
| 127 |
} |
| 128 |
|
| 129 |
.mainwp-ui.toplevel_page_mainwp_tab.mainwp-ui-leftmenu .mainwp-content-wrap, .mainwp-ui.mainwp_page_Settings .mainwp-content-wrap, .mainwp-ui.mainwp_page_SettingsAdvanced .mainwp-content-wrap, .mainwp-ui.mainwp_page_SettingsEmail .mainwp-content-wrap, .mainwp-ui.mainwp_page_MainWPTools .mainwp-content-wrap, .mainwp-ui.mainwp_page_SettingsInsights .mainwp-content-wrap, .mainwp-ui.mainwp_page_SettingsApiBackups .mainwp-content-wrap, .mainwp-ui.mainwp_page_ServerInformation .mainwp-content-wrap, .mainwp-ui.mainwp_page_ServerInformationCron .mainwp-content-wrap, .mainwp-ui.mainwp_page_ErrorLog .mainwp-content-wrap, .mainwp-ui.mainwp_page_ActionLogs .mainwp-content-wrap, .mainwp-ui.mainwp_page_PluginPrivacy .mainwp-content-wrap, .mainwp-ui.mainwp-hidden-second-level-navigation.mainwp-ui-leftmenu .mainwp-content-wrap { |
| 130 |
margin-left: 0 !important; |
| 131 |
} |
| 132 |
|
| 133 |
#mainwp-main-menu.ui.menu { |
| 134 |
min-height: 0; |
| 135 |
} |
| 136 |
} |
| 137 |
|
| 138 |
@media screen and ( max-width: 767px ) { |
| 139 |
|
| 140 |
#mainwp-page-navigation-wrapper, |
| 141 |
#mainwp-page-navigation-wrapper .mainwp-page-navigation { |
| 142 |
display: block !important; |
| 143 |
width: 100% !important; |
| 144 |
float: none !important; |
| 145 |
position: relative !important; |
| 146 |
top: auto !important; |
| 147 |
bottom: auto !important; |
| 148 |
} |
| 149 |
|
| 150 |
#mainwp-site-mode-wrap { |
| 151 |
display: block !important; |
| 152 |
width: 100% !important; |
| 153 |
float: none !important; |
| 154 |
} |
| 155 |
|
| 156 |
.mainwp-ui .ui.five.cards > .card { |
| 157 |
width: 100%; |
| 158 |
} |
| 159 |
|
| 160 |
.mainwp-ui .ui.stackable.pagination.menu { |
| 161 |
width: 100%; |
| 162 |
margin-bottom: 2em; |
| 163 |
} |
| 164 |
|
| 165 |
.mainwp-768-hide { |
| 166 |
display: none !important; |
| 167 |
} |
| 168 |
|
| 169 |
.mainwp-768-show { |
| 170 |
display: inline-block !important; |
| 171 |
} |
| 172 |
|
| 173 |
.mainwp-768-fluid { |
| 174 |
width: 100% !important; |
| 175 |
text-align: center !important; |
| 176 |
} |
| 177 |
|
| 178 |
.ui.table:not(.unstackable) > tbody > tr > td:not(.rowspanned).mainwp-768-half-width-cell { |
| 179 |
width: 50% !important; |
| 180 |
display: inline-table !important; |
| 181 |
} |
| 182 |
|
| 183 |
.mainwp-ui table .menu.transition.visible { |
| 184 |
top: 0 !important; |
| 185 |
left: 0 !important; |
| 186 |
position: relative !important; |
| 187 |
width: 100% !important; |
| 188 |
background: none !important; |
| 189 |
box-shadow: none !important; |
| 190 |
border: 0 solid #fff !important; |
| 191 |
} |
| 192 |
|
| 193 |
.mainwp-ui table .menu.transition.visible:after { |
| 194 |
display: none !important; |
| 195 |
} |
| 196 |
|
| 197 |
/*--- WP Overrides ---*/ |
| 198 |
|
| 199 |
.mainwp-ui #wpcontent, |
| 200 |
.mainwp-ui #wpbody { |
| 201 |
padding: 0 !important; |
| 202 |
} |
| 203 |
|
| 204 |
/*--- General ---*/ |
| 205 |
|
| 206 |
.mainwp-ui table.dataTable thead th .ui.checkbox { |
| 207 |
margin-left: 20px !important; |
| 208 |
} |
| 209 |
|
| 210 |
.mainwp-ui [data-tooltip]:before, |
| 211 |
.mainwp-ui [data-tooltip]:after { |
| 212 |
display: none !important; |
| 213 |
} |
| 214 |
|
| 215 |
.mainwp-ui .ui.dropdown { |
| 216 |
width: 100% !important; |
| 217 |
} |
| 218 |
|
| 219 |
|
| 220 |
|
| 221 |
.mainwp-main-content { |
| 222 |
width: 100%; |
| 223 |
} |
| 224 |
|
| 225 |
.mainwp-actions-bar .ui.grid>[class*="two column"].row>.column, |
| 226 |
.mainwp-actions-bar .ui.grid .column { |
| 227 |
width: 100% !important; |
| 228 |
} |
| 229 |
|
| 230 |
.mainwp-actions-bar .ui.buttons { |
| 231 |
width: 100% !important; |
| 232 |
margin-bottom: 1rem !important; |
| 233 |
} |
| 234 |
|
| 235 |
.mainwp-actions-bar .ui.buttons .button:not(.mini), |
| 236 |
.mainwp-actions-bar .ui.buttons .button:not(.icon) { |
| 237 |
width: auto !important; |
| 238 |
} |
| 239 |
|
| 240 |
#mainwp-top-header .ui.icon.button { |
| 241 |
display: none !important; |
| 242 |
} |
| 243 |
|
| 244 |
#mainwp-top-header .ui.icon.button#mainwp-sync-sites { |
| 245 |
display: block !important; |
| 246 |
} |
| 247 |
|
| 248 |
#mainwp-top-header #mainwp-sync-sites { |
| 249 |
display: block; |
| 250 |
width: 100%; |
| 251 |
margin-bottom: 20px; |
| 252 |
} |
| 253 |
|
| 254 |
.mainwp-widget .ui.icon.button { |
| 255 |
width: auto !important; |
| 256 |
} |
| 257 |
|
| 258 |
.mainwp-side-content { |
| 259 |
width: 100%; |
| 260 |
border: none !important; |
| 261 |
margin-top: 1rem; |
| 262 |
} |
| 263 |
|
| 264 |
.mainwp-side-content.mainwp-no-padding { |
| 265 |
padding: 1em !important; |
| 266 |
} |
| 267 |
|
| 268 |
.mainwp-ui .ui.button:not(.mini), |
| 269 |
.mainwp-ui .ui.button:not(.icon) { |
| 270 |
width: 100%; |
| 271 |
margin-left: 0 !important; |
| 272 |
margin-right: 0 !important; |
| 273 |
margin-bottom: 10px !important; |
| 274 |
} |
| 275 |
|
| 276 |
.mainwp-ui .ui.buttons .ui.button { |
| 277 |
width: auto !important; |
| 278 |
} |
| 279 |
|
| 280 |
.mainwp-ui .ui.grid.field .column { |
| 281 |
width: 100% !important; |
| 282 |
display: block !important; |
| 283 |
} |
| 284 |
|
| 285 |
.mainwp-ui .ui.labeled.icon.inverted.menu.mainwp-sub-submenu { |
| 286 |
-webkit-box-orient: vertical; |
| 287 |
-webkit-box-direction: normal; |
| 288 |
-ms-flex-direction: column; |
| 289 |
flex-direction: column; |
| 290 |
} |
| 291 |
|
| 292 |
|
| 293 |
/*--- Tables ---*/ |
| 294 |
|
| 295 |
.ui.table:not(.unstackable) > thead.mainwp-768-hide { |
| 296 |
display: none !important; |
| 297 |
} |
| 298 |
|
| 299 |
.mainwp-ui .ui.table tr td .ui.mini.button { |
| 300 |
width: auto !important; |
| 301 |
float: none !important; |
| 302 |
padding: 15px !important; |
| 303 |
margin-top: 5px !important; |
| 304 |
} |
| 305 |
|
| 306 |
|
| 307 |
/*--- Overview ---*/ |
| 308 |
|
| 309 |
.mainwp-ui .mainwp-grid-wrapper .grid-item.column { |
| 310 |
margin-top: 1rem !important; |
| 311 |
padding: 0 !important; |
| 312 |
} |
| 313 |
|
| 314 |
.mainwp-grid-wrapper .grid-item .ui.list .column, |
| 315 |
.mainwp-grid-wrapper .grid-item .column { |
| 316 |
text-align: left !important; |
| 317 |
width: 100% !important; |
| 318 |
display: block !important; |
| 319 |
} |
| 320 |
|
| 321 |
#widget-overview .ui.grid .two.column.row .column { |
| 322 |
width: 100% !important; |
| 323 |
text-align: center !important; |
| 324 |
} |
| 325 |
|
| 326 |
/*--- Sites ---*/ |
| 327 |
|
| 328 |
#mainwp-add-new-buttons { |
| 329 |
display: none; |
| 330 |
} |
| 331 |
|
| 332 |
.mainwp-manage-wpsites-table { |
| 333 |
white-space: normal !important; |
| 334 |
} |
| 335 |
|
| 336 |
/*--- Groups ---*/ |
| 337 |
|
| 338 |
|
| 339 |
#mainwp-manage-groups-sites-table tfoot tr th { |
| 340 |
display: block !important; |
| 341 |
border-top: none !important; |
| 342 |
background: #fff !important; |
| 343 |
} |
| 344 |
|
| 345 |
/* --- Updates --- */ |
| 346 |
|
| 347 |
.ui[class*="tablet stackable"].table.mainwp-manage-updates-table > thead > tr > th:not(.rowspanned), |
| 348 |
.ui[class*="tablet stackable"].table.mainwp-manage-updates-table > tbody > tr > td:not(.rowspanned) { |
| 349 |
width: auto !important; |
| 350 |
} |
| 351 |
|
| 352 |
.mainwp-manage-updates-table tr, |
| 353 |
.mainwp-manage-updates-item-table tr { |
| 354 |
padding: 1rem 0.5rem 0.5rem !important; |
| 355 |
} |
| 356 |
|
| 357 |
.mainwp-manage-updates-table table thead tr, |
| 358 |
.mainwp-manage-updates-table table tfoot tr { |
| 359 |
background: #eee !important; |
| 360 |
} |
| 361 |
|
| 362 |
.mainwp-manage-updates-table table table thead tr, |
| 363 |
.mainwp-manage-updates-table table table tfoot tr { |
| 364 |
background: #eee !important; |
| 365 |
} |
| 366 |
|
| 367 |
.mainwp-manage-updates-table table tbody tr { |
| 368 |
background: #f9ffea !important; |
| 369 |
} |
| 370 |
|
| 371 |
.mainwp-manage-updates-table table table tbody tr { |
| 372 |
background: #f9ffea !important; |
| 373 |
} |
| 374 |
|
| 375 |
.mainwp-manage-updates-table td, |
| 376 |
.mainwp-manage-updates-item-table td { |
| 377 |
font-weight: normal !important; |
| 378 |
} |
| 379 |
|
| 380 |
.mainwp-manage-updates-table strong.mainwp-768-show { |
| 381 |
width: 70px; |
| 382 |
} |
| 383 |
|
| 384 |
.mainwp-manage-updates-table .ui.button { |
| 385 |
display: block; |
| 386 |
width: 100%; |
| 387 |
} |
| 388 |
|
| 389 |
.mainwp-page-navigation.ui.secondary.green.pointing.menu .item { |
| 390 |
display: block; |
| 391 |
} |
| 392 |
|
| 393 |
.mainwp-page-navigation.ui.secondary.green.pointing.menu .item .label { |
| 394 |
float: right; |
| 395 |
} |
| 396 |
|
| 397 |
/* --- Posts --- */ |
| 398 |
|
| 399 |
#mainwp-posts-table { |
| 400 |
white-space: normal !important; |
| 401 |
} |
| 402 |
|
| 403 |
/* --- Pages --- */ |
| 404 |
|
| 405 |
#mainwp-pages-table { |
| 406 |
white-space: normal !important; |
| 407 |
} |
| 408 |
|
| 409 |
/* --- Themes & Plugins--- */ |
| 410 |
|
| 411 |
#mainwp-install-plugins-container, |
| 412 |
#mainwp-install-themes-container { |
| 413 |
margin-top: 1rem; |
| 414 |
} |
| 415 |
|
| 416 |
.mainwp-ui .theme.card { |
| 417 |
width: 100% !important; |
| 418 |
} |
| 419 |
|
| 420 |
#mainwp-manage-plugins-table, |
| 421 |
#mainwp-manage-themes-table { |
| 422 |
width: 100% !important; |
| 423 |
height: auto !important |
| 424 |
} |
| 425 |
|
| 426 |
#mainwp-manage-plugins-table .dtr-data, |
| 427 |
#mainwp-manage-themes-table .dtr-data { |
| 428 |
float: left; |
| 429 |
} |
| 430 |
|
| 431 |
#mainwp-manage-themes-table thead th.mainwp-first-th, |
| 432 |
#mainwp-manage-plugins-table thead th.mainwp-first-th { |
| 433 |
position: relative !important; |
| 434 |
left: 0 !important; |
| 435 |
top: 0 !important; |
| 436 |
z-index: 0 !important; |
| 437 |
} |
| 438 |
|
| 439 |
#mainwp-manage-themes-table tbody tr, |
| 440 |
#mainwp-manage-plugins-table tbody tr { |
| 441 |
padding: 0 !important; |
| 442 |
} |
| 443 |
|
| 444 |
#mainwp-manage-themes-table tbody tr:hover, |
| 445 |
#mainwp-manage-plugins-table tbody tr:hover { |
| 446 |
background: #fff !important; |
| 447 |
} |
| 448 |
|
| 449 |
#mainwp-manage-themes-table tbody tr td:first-child, |
| 450 |
#mainwp-manage-plugins-table tbody tr td:first-child { |
| 451 |
background: #fff !important; |
| 452 |
position: relative !important; |
| 453 |
left: 0 !important; |
| 454 |
top: 0 !important; |
| 455 |
z-index: 0 !important; |
| 456 |
} |
| 457 |
|
| 458 |
#mainwp-manage-themes .DTFC_LeftWrapper, |
| 459 |
#mainwp-manage-themes .DTFC_RightWrapper { |
| 460 |
display: none; |
| 461 |
} |
| 462 |
|
| 463 |
#mainwp-manage-plugins-table-legend .item, |
| 464 |
#mainwp-manage-themes-table-legend .item { |
| 465 |
display: block !important; |
| 466 |
margin-left: 1em !important; |
| 467 |
} |
| 468 |
|
| 469 |
/* --- Users --- */ |
| 470 |
|
| 471 |
.mainwp-ui .ui.button.wp-generate-pw { |
| 472 |
margin-bottom: 0 !important; |
| 473 |
display: block !important; |
| 474 |
} |
| 475 |
|
| 476 |
.mainwp-ui #mainwp-add-new-user-form input#password { |
| 477 |
display: block !important; |
| 478 |
width: 100% !important; |
| 479 |
border-right: 1px solid #eee !important; |
| 480 |
} |
| 481 |
|
| 482 |
.mainwp-ui #mainwp-add-new-user-form .ui.left.labeled.action.input { |
| 483 |
display: block !important; |
| 484 |
} |
| 485 |
|
| 486 |
#mainwp-users-table, |
| 487 |
#mainwp-admin-users-table { |
| 488 |
white-space: normal !important; |
| 489 |
} |
| 490 |
|
| 491 |
|
| 492 |
|
| 493 |
/* --- Extensions --- */ |
| 494 |
|
| 495 |
#mainwp-extensions-list { |
| 496 |
margin-top: 1rem; |
| 497 |
} |
| 498 |
|
| 499 |
/* --- Server Information --- */ |
| 500 |
|
| 501 |
/* --- Contribution by Joris Kramer --- */ |
| 502 |
|
| 503 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .left.floated.column { |
| 504 |
display: none !important; |
| 505 |
} |
| 506 |
|
| 507 |
.mainwp-ui #mainwp-top-header .ui.stackable.grid .right.floated.column.right.aligned { |
| 508 |
padding: 1rem 0 !important; |
| 509 |
} |
| 510 |
|
| 511 |
#mainwp-sync-sites.ui.button.green { |
| 512 |
padding-left: 15px !important; |
| 513 |
padding-right: 15px !important; |
| 514 |
} |
| 515 |
|
| 516 |
#mainwp-main-menu.ui.menu { |
| 517 |
min-height: 0; |
| 518 |
} |
| 519 |
|
| 520 |
.mainwp-ui .ui.grid>.row>.column { |
| 521 |
width: 100% !important; |
| 522 |
} |
| 523 |
|
| 524 |
.mainwp-ui .ui.segment.mainwp-widget .ui.grid>[class*="two column"].row>.column { |
| 525 |
width: 100% !important; |
| 526 |
} |
| 527 |
|
| 528 |
.mainwp-ui .ui.grid>.row>[class*="right aligned"].column.column { |
| 529 |
text-align: left !important; |
| 530 |
margin-top: 1rem; |
| 531 |
} |
| 532 |
|
| 533 |
.mainwp-ui .ui.table:not(.unstackable) tr { |
| 534 |
display: inherit !important; |
| 535 |
} |
| 536 |
|
| 537 |
.mainwp-ui .ui.table#mainwp-plugins-updates-sites-inner-table td:first-child, |
| 538 |
.mainwp-ui .ui.table#mainwp-themes-updates-sites-inner-table td:first-child { |
| 539 |
font-weight: 400; |
| 540 |
} |
| 541 |
|
| 542 |
.mainwp-ui .ui.table:not(.unstackable) tr>td.column-site-bulk { |
| 543 |
display: block !important; |
| 544 |
} |
| 545 |
|
| 546 |
/* |
| 547 |
#mainwp-manage-sites-content table.single.line, |
| 548 |
#mainwp-posts-table, |
| 549 |
#mainwp-pages-table, |
| 550 |
#mainwp-manage-themes-table, |
| 551 |
#mainwp-manage-plugins-table, |
| 552 |
#mainwp-manage-themes-table table, |
| 553 |
#mainwp-manage-plugins-table table, |
| 554 |
#mainwp-wordpress-updates-groups-table, |
| 555 |
#mainwp-plugins-updates-groups-table, |
| 556 |
#mainwp-themes-updates-groups-table, |
| 557 |
#mainwp-translations-groups-table, |
| 558 |
#mainwp-abandoned-plugins-groups-table, |
| 559 |
#mainwp-abandoned-themes-groups-table, |
| 560 |
#mainwp-plugins-updates-sites-table, |
| 561 |
#mainwp-themes-updates-sites-table, |
| 562 |
#mainwp-abandoned-plugins-sites-table, |
| 563 |
#mainwp-abandoned-themes-sites-table, |
| 564 |
#mainwp-wordpress-updates-table, |
| 565 |
#mainwp-plugins-updates-table, |
| 566 |
#mainwp-themes-updates-table, |
| 567 |
#mainwp-translations-sites-table, |
| 568 |
#mainwp-abandoned-plugins-items-table, |
| 569 |
#mainwp-abandoned-plugins-table, |
| 570 |
#mainwp-abandoned-themes-table, |
| 571 |
#mainwp-abandoned-themes-items-table, |
| 572 |
#mainwp-all-active-plugins-table, |
| 573 |
#mainwp-all-active-themes-table { |
| 574 |
white-space: normal !important; |
| 575 |
} |
| 576 |
*/ |
| 577 |
|
| 578 |
|
| 579 |
#mainwp-wordpress-updates-groups-table th, |
| 580 |
#mainwp-plugins-updates-groups-table th, |
| 581 |
#mainwp-themes-updates-groups-table th, |
| 582 |
#mainwp-manage-themes-table th, |
| 583 |
#mainwp-manage-plugins-table th, |
| 584 |
#mainwp-translations-groups-table th, |
| 585 |
#mainwp-abandoned-plugins-groups-table th, |
| 586 |
#mainwp-abandoned-themes-groups-table th, |
| 587 |
#mainwp-plugins-updates-sites-table th, |
| 588 |
#mainwp-themes-updates-sites-table th, |
| 589 |
#mainwp-abandoned-plugins-sites-table th, |
| 590 |
#mainwp-abandoned-themes-sites-table th, |
| 591 |
#mainwp-wordpress-updates-table th, |
| 592 |
#mainwp-plugins-updates-table th, |
| 593 |
#mainwp-themes-updates-table th, |
| 594 |
#mainwp-abandoned-plugins-table th, |
| 595 |
#mainwp-abandoned-themes-table th, |
| 596 |
#mainwp-translations-sites-table th, |
| 597 |
#mainwp-abandoned-plugins-items-table th, |
| 598 |
#mainwp-abandoned-themes-items-table th { |
| 599 |
display: block !important; |
| 600 |
} |
| 601 |
|
| 602 |
|
| 603 |
.mainwp-manage-updates-table:not(.unstackable) tr.content:not( .active ) { |
| 604 |
display: none !important; |
| 605 |
} |
| 606 |
|
| 607 |
#mainwp-wordpress-updates-groups-table .caret.right.icon, |
| 608 |
#mainwp-plugins-updates-groups-table .caret.right.icon, |
| 609 |
#mainwp-themes-updates-groups-table .caret.right.icon, |
| 610 |
#mainwp-manage-themes-table .caret.right.icon, |
| 611 |
#mainwp-manage-plugins-table .caret.right.icon, |
| 612 |
#mainwp-translations-groups-table .caret.right.icon, |
| 613 |
#mainwp-abandoned-plugins-groups-table .caret.right.icon, |
| 614 |
#mainwp-abandoned-themes-groups-table .caret.right.icon, |
| 615 |
#mainwp-plugins-updates-sites-table .caret.right.icon, |
| 616 |
#mainwp-themes-updates-sites-table .caret.right.icon, |
| 617 |
#mainwp-abandoned-plugins-sites-table .caret.right.icon, |
| 618 |
#mainwp-abandoned-themes-sites-table .caret.right.icon, |
| 619 |
#mainwp-wordpress-updates-table .caret.right.icon, |
| 620 |
#mainwp-plugins-updates-table .caret.right.icon, |
| 621 |
#mainwp-themes-updates-table .caret.right.icon, |
| 622 |
#mainwp-abandoned-plugins-table .caret.right.icon, |
| 623 |
#mainwp-abandoned-themes-table .caret.right.icon, |
| 624 |
#mainwp-translations-sites-table .caret.right.icon, |
| 625 |
#mainwp-abandoned-plugins-items-table .caret.right.icon, |
| 626 |
#mainwp-abandoned-themes-items-table { |
| 627 |
display: none !important; |
| 628 |
} |
| 629 |
|
| 630 |
|
| 631 |
#mainwp-wordpress-updates-groups-table .accordion-trigger, |
| 632 |
#mainwp-plugins-updates-groups-table .accordion-trigger, |
| 633 |
#mainwp-themes-updates-groups-table .accordion-trigger, |
| 634 |
#mainwp-manage-themes-table .accordion-trigger, |
| 635 |
#mainwp-manage-plugins-table .accordion-trigger, |
| 636 |
#mainwp-translations-groups-table .accordion-trigger, |
| 637 |
#mainwp-abandoned-plugins-groups-table .accordion-trigger, |
| 638 |
#mainwp-abandoned-themes-groups-table .accordion-trigger, |
| 639 |
#mainwp-plugins-updates-sites-table .accordion-trigger, |
| 640 |
#mainwp-themes-updates-sites-table .accordion-trigger, |
| 641 |
#mainwp-abandoned-plugins-sites-table .accordion-trigger, |
| 642 |
#mainwp-abandoned-themes-sites-table .accordion-trigger, |
| 643 |
#mainwp-wordpress-updates-table .accordion-trigger, |
| 644 |
#mainwp-plugins-updates-table .accordion-trigger, |
| 645 |
#mainwp-themes-updates-table .accordion-trigger, |
| 646 |
#mainwp-abandoned-plugins-table .accordion-trigger, |
| 647 |
#mainwp-abandoned-themes-table .accordion-trigger, |
| 648 |
#mainwp-translations-sites-table .accordion-trigger, |
| 649 |
#mainwp-abandoned-plugins-items-table .accordion-trigger, |
| 650 |
#mainwp-abandoned-themes-items-table .accordion-trigger { |
| 651 |
display: none !important; |
| 652 |
} |
| 653 |
|
| 654 |
|
| 655 |
#mainwp-wordpress-updates-groups-table tr td .ui.button, |
| 656 |
#mainwp-plugins-updates-groups-table tr td .ui.button, |
| 657 |
#mainwp-themes-updates-groups-table tr td .ui.button, |
| 658 |
#mainwp-manage-themes-table tr td .ui.button, |
| 659 |
#mainwp-manage-plugins-table tr td .ui.button, |
| 660 |
#mainwp-translations-groups-table tr td .ui.button, |
| 661 |
#mainwp-abandoned-plugins-groups-table tr td .ui.button, |
| 662 |
#mainwp-abandoned-themes-groups-table tr td .ui.button, |
| 663 |
#mainwp-plugins-updates-sites-table tr td .ui.button, |
| 664 |
#mainwp-themes-updates-sites-table tr td .ui.button, |
| 665 |
#mainwp-abandoned-plugins-sites-table tr td .ui.button, |
| 666 |
#mainwp-abandoned-themes-sites-table tr td .ui.button, |
| 667 |
#mainwp-wordpress-updates-table tr td .ui.button, |
| 668 |
#mainwp-plugins-updates-table tr td .ui.button, |
| 669 |
#mainwp-themes-updates-table tr td .ui.button, |
| 670 |
#mainwp-abandoned-plugins-table tr td .ui.button, |
| 671 |
#mainwp-abandoned-themes-table tr td .ui.button, |
| 672 |
#mainwp-translations-sites-table tr td .ui.button, |
| 673 |
#mainwp-abandoned-plugins-items-table tr td .ui.button, |
| 674 |
#mainwp-abandoned-themes-items-table tr td .ui.button, |
| 675 |
#mainwp-per-site-ignored-abandoned-plugins tr td .ui.button, |
| 676 |
#mainwp-per-site-ignored-abandoned-themes tr td .ui.button, |
| 677 |
#mainwp-globally-ignored-abandoned-plugins tr td .ui.button, |
| 678 |
#mainwp-globally-ignored-abandoned-themes tr td .ui.button { |
| 679 |
display: block !important; |
| 680 |
width: 100% !important; |
| 681 |
} |
| 682 |
|
| 683 |
#mainwp-plugins-updates-sites-table tr th .ui.button { |
| 684 |
display: block !important; |
| 685 |
width: 100% !important; |
| 686 |
} |
| 687 |
|
| 688 |
#mainwp-wordpress-updates-groups-table tr table, |
| 689 |
#mainwp-plugins-updates-groups-table tr table, |
| 690 |
#mainwp-themes-updates-groups-table tr table, |
| 691 |
#mainwp-manage-themes-table tr table, |
| 692 |
#mainwp-manage-plugins-table tr table, |
| 693 |
#mainwp-translations-groups-table tr table, |
| 694 |
#mainwp-abandoned-plugins-groups-table tr table, |
| 695 |
#mainwp-abandoned-themes-groups-table tr table, |
| 696 |
#mainwp-plugins-updates-sites-table tr table, |
| 697 |
#mainwp-themes-updates-sites-table tr table, |
| 698 |
#mainwp-abandoned-plugins-sites-table tr table, |
| 699 |
#mainwp-abandoned-themes-sites-table tr table, |
| 700 |
#mainwp-wordpress-updates-table tr table, |
| 701 |
#mainwp-plugins-updates-table tr table, |
| 702 |
#mainwp-themes-updates-table tr table, |
| 703 |
#mainwp-abandoned-plugins-table tr table, |
| 704 |
#mainwp-abandoned-themes-table tr table, |
| 705 |
#mainwp-translations-sites-table tr table, |
| 706 |
#mainwp-abandoned-plugins-items-table tr table, |
| 707 |
#mainwp-abandoned-themes-items-table tr table { |
| 708 |
background: #f9fafb !important; |
| 709 |
} |
| 710 |
|
| 711 |
/* |
| 712 |
#mainwp-http-response-issues-table { |
| 713 |
white-space: normal !important; |
| 714 |
width: 100% !important; |
| 715 |
} |
| 716 |
*/ |
| 717 |
} |
| 718 |
|