default
8 years ago
bgstyle.less.css
3 years ago
bgstyle.wordpress.css
5 years ago
bootstrap-switch.min.css
6 years ago
bootstrap.css
10 years ago
deactivationSurvey.css
5 years ago
fonts.css
10 years ago
jquery.rateyo.css
9 years ago
main.css
3 years ago
popupTheme.css
3 years ago
spinner.css
3 years ago
styles.css
3 years ago
main.css
642 lines
| 1 | .btn-file { |
| 2 | position: relative; |
| 3 | overflow: hidden; |
| 4 | } |
| 5 | |
| 6 | .btn-file input[type=file] { |
| 7 | position: absolute; |
| 8 | top: 0; |
| 9 | right: 0; |
| 10 | min-width: 100%; |
| 11 | min-height: 100%; |
| 12 | font-size: 100px; |
| 13 | text-align: right; |
| 14 | filter: alpha(opacity=0); |
| 15 | opacity: 0; |
| 16 | outline: none; |
| 17 | background: white; |
| 18 | cursor: inherit; |
| 19 | display: block; |
| 20 | } |
| 21 | |
| 22 | select { |
| 23 | background: #fff url("../img/sgselect.png") no-repeat !important; |
| 24 | background-size: 24px 20px; |
| 25 | background-position:right center !important; |
| 26 | color:#888; |
| 27 | outline:none; |
| 28 | display: inline-block; |
| 29 | -webkit-appearance:none; |
| 30 | -moz-appearance:none; |
| 31 | appearance:none; |
| 32 | cursor:pointer; |
| 33 | } |
| 34 | |
| 35 | /* Sidebar Styles */ |
| 36 | #sg-wrapper { |
| 37 | width: 100%; |
| 38 | min-width: 650px; |
| 39 | border: 1px #5c5c5c solid; |
| 40 | background-color: #333333; |
| 41 | } |
| 42 | #sg-sidebar-wrapper{ |
| 43 | width: 210px; |
| 44 | float: left; |
| 45 | } |
| 46 | #sg-content-wrapper{ |
| 47 | position: relative; |
| 48 | float: left; |
| 49 | width: calc(100% - 210px); /*Same as sidebar*/ |
| 50 | border-left: 1px #333333 solid; |
| 51 | min-height: 454px; |
| 52 | background-color: #ffffff; |
| 53 | } |
| 54 | #sg-content-wrapper .container-fluid{ |
| 55 | min-height: 380px; |
| 56 | margin-top: 15px; |
| 57 | } |
| 58 | |
| 59 | .metro .sidebar { |
| 60 | margin: 0; |
| 61 | padding: 0; |
| 62 | background-color: #3D3D3D; |
| 63 | width: 100%; |
| 64 | /*height: 100%;*/ |
| 65 | } |
| 66 | .metro .sidebar > ul { |
| 67 | margin: 0; |
| 68 | padding: 0; |
| 69 | list-style: none; |
| 70 | } |
| 71 | .metro .sidebar > ul li { |
| 72 | display: block; |
| 73 | border: 0; |
| 74 | border-bottom: 1px #5c5c5c solid; |
| 75 | position: relative; |
| 76 | } |
| 77 | .metro .sidebar > ul li.title { |
| 78 | padding: 20px 20px 10px 20px; |
| 79 | font-weight: 300; |
| 80 | letter-spacing: 0.00em; |
| 81 | font-size: 2.5rem; |
| 82 | line-height: 2.5rem; |
| 83 | letter-spacing: 0.01em; |
| 84 | color: #000000; |
| 85 | font-size: 2.2rem; |
| 86 | line-height: 2.2rem; |
| 87 | color: #ffffff; |
| 88 | height: 170px; |
| 89 | background-image: url("../img/sglogo.png"); |
| 90 | background-size: 172px 85px; |
| 91 | background-repeat: no-repeat; |
| 92 | background-position: center 40px; |
| 93 | } |
| 94 | .metro .sidebar > ul li a { |
| 95 | display: block; |
| 96 | position: relative; |
| 97 | padding: 10px 20px; |
| 98 | text-decoration: none; |
| 99 | color: #eeeeee; |
| 100 | background-color: #3D3D3D; |
| 101 | } |
| 102 | .metro .sidebar > ul li a:hover { |
| 103 | background-color: #262626; |
| 104 | color: #ffffff; |
| 105 | } |
| 106 | .metro .sidebar > ul li a.dropdown-toggle:after { |
| 107 | right: 10px; |
| 108 | bottom: 5px; |
| 109 | } |
| 110 | .metro .sidebar > ul li a [class*="icon-"] { |
| 111 | margin-right: 15px; |
| 112 | } |
| 113 | .metro .sidebar > ul li.stick { |
| 114 | position: relative; |
| 115 | } |
| 116 | .metro .sidebar > ul li.stick:before { |
| 117 | content: ""; |
| 118 | position: absolute; |
| 119 | width: 7px; |
| 120 | height: 40px; |
| 121 | left: -7px; |
| 122 | text-indent: -9999px; |
| 123 | border-top-left-radius: 5px; |
| 124 | border-bottom-left-radius: 5px; |
| 125 | background-color: inherit; |
| 126 | } |
| 127 | .metro .sidebar > ul li.disabled a { |
| 128 | background-color: #8a8a8a; |
| 129 | cursor: default; |
| 130 | color: #555555; |
| 131 | } |
| 132 | .metro .sidebar > ul li.active a { |
| 133 | background-color: #9a1616; |
| 134 | color: #ffffff; |
| 135 | } |
| 136 | .metro .sidebar > ul ul { |
| 137 | margin: 0; |
| 138 | padding: 0; |
| 139 | list-style: none; |
| 140 | position: absolute; |
| 141 | display: none; |
| 142 | z-index: 1000; |
| 143 | background: #ffffff; |
| 144 | min-width: 220px; |
| 145 | width: auto; |
| 146 | border: 1px solid #dcddde; |
| 147 | box-shadow: none; |
| 148 | position: relative !important; |
| 149 | background-color: #e5e5e5; |
| 150 | min-width: 100%; |
| 151 | } |
| 152 | .metro .sidebar > ul ul li { |
| 153 | display: block; |
| 154 | margin: 10px 0; |
| 155 | padding: 0; |
| 156 | vertical-align: baseline; |
| 157 | position: relative; |
| 158 | font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; |
| 159 | } |
| 160 | .metro .sidebar > ul ul li a { |
| 161 | display: block; |
| 162 | text-decoration: none; |
| 163 | font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif; |
| 164 | font-weight: 300; |
| 165 | letter-spacing: 0.00em; |
| 166 | font-size: 2.5rem; |
| 167 | line-height: 2.5rem; |
| 168 | letter-spacing: 0.01em; |
| 169 | color: #000000; |
| 170 | line-height: 2.2rem; |
| 171 | font-size: 2.2rem; |
| 172 | color: inherit; |
| 173 | } |
| 174 | .metro .sidebar > ul ul li.title { |
| 175 | font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif; |
| 176 | font-weight: 300; |
| 177 | color: #000000; |
| 178 | letter-spacing: 0.00em; |
| 179 | font-size: 2.5rem; |
| 180 | line-height: 2.5rem; |
| 181 | letter-spacing: 0.01em; |
| 182 | font-size: 4rem; |
| 183 | margin-bottom: 20px; |
| 184 | } |
| 185 | .metro .sidebar > ul ul.compact a { |
| 186 | font-weight: normal; |
| 187 | font-size: 10.5pt; |
| 188 | line-height: 12pt; |
| 189 | color: inherit; |
| 190 | } |
| 191 | .metro .sidebar > ul ul.compact li.title { |
| 192 | margin-bottom: 10px; |
| 193 | font-family: 'Segoe UI Semibold_', 'Open Sans Bold', Verdana, Arial, Helvetica, sans-serif; |
| 194 | font-weight: bold; |
| 195 | color: #000000; |
| 196 | font-size: 1.6rem; |
| 197 | line-height: 1.6rem; |
| 198 | letter-spacing: 0.02em; |
| 199 | } |
| 200 | .metro .sidebar > ul ul ul.secondary { |
| 201 | margin: 0; |
| 202 | padding: 0; |
| 203 | list-style: none; |
| 204 | margin-left: 15px; |
| 205 | } |
| 206 | .metro .sidebar > ul ul ul.secondary li a { |
| 207 | font-family: 'Segoe UI Semibold_', 'Open Sans Bold', Verdana, Arial, Helvetica, sans-serif; |
| 208 | font-weight: bold; |
| 209 | color: #000000; |
| 210 | font-size: 1.6rem; |
| 211 | line-height: 1.6rem; |
| 212 | letter-spacing: 0.02em; |
| 213 | font-weight: normal; |
| 214 | font-style: normal; |
| 215 | line-height: 1.4rem; |
| 216 | color: inherit; |
| 217 | } |
| 218 | .metro .sidebar > ul ul.shadow { |
| 219 | box-shadow: 3px 3px 0 rgba(236, 236, 236, 0.7); |
| 220 | } |
| 221 | .metro .sidebar > ul ul li { |
| 222 | margin: 5px 0 0; |
| 223 | width: 100%; |
| 224 | border: 1px transparent solid; |
| 225 | } |
| 226 | .metro .sidebar > ul ul li:last-child { |
| 227 | margin-bottom: 5px; |
| 228 | } |
| 229 | .metro .sidebar > ul ul li.disabled, |
| 230 | .metro .sidebar > ul ul li.disabled:hover { |
| 231 | cursor: default !important; |
| 232 | background: transparent !important; |
| 233 | color: #eeeeee; |
| 234 | } |
| 235 | .metro .sidebar > ul ul li.disabled a, |
| 236 | .metro .sidebar > ul ul li.disabled:hover a { |
| 237 | color: inherit; |
| 238 | cursor: inherit; |
| 239 | background: inherit; |
| 240 | } |
| 241 | .metro .sidebar > ul ul a { |
| 242 | padding: 8px 32px !important; |
| 243 | color: inherit; |
| 244 | font-size: 15px !important; |
| 245 | line-height: 14px !important; |
| 246 | cursor: pointer; |
| 247 | } |
| 248 | .metro .sidebar > ul ul li:hover { |
| 249 | background: #edf4fc; |
| 250 | border-color: #a8d2fd; |
| 251 | } |
| 252 | .metro .sidebar > ul ul li.checked a:before, |
| 253 | .metro .sidebar > ul ul li.checked-partial a:before, |
| 254 | .metro .sidebar > ul ul li.unchecked a:before { |
| 255 | font-family: metroSysIcons; |
| 256 | position: absolute; |
| 257 | left: 10px; |
| 258 | content: "\e004"; |
| 259 | } |
| 260 | .metro .sidebar > ul ul li.checked-partial a:before { |
| 261 | content: "\e005"; |
| 262 | } |
| 263 | .metro .sidebar > ul ul li.unchecked a:before { |
| 264 | content: "\e005"; |
| 265 | } |
| 266 | .metro .sidebar > ul ul.place-right { |
| 267 | right: -15px; |
| 268 | left: auto; |
| 269 | } |
| 270 | .metro .sidebar > ul ul .divider { |
| 271 | padding: 0; |
| 272 | height: 1px; |
| 273 | margin: 9px 1px; |
| 274 | overflow: hidden; |
| 275 | background-color: #e5e5e5; |
| 276 | border-width: 0; |
| 277 | } |
| 278 | .metro .sidebar > ul ul .divider:hover { |
| 279 | background: #e5e5e5; |
| 280 | } |
| 281 | .metro .sidebar > ul ul.open { |
| 282 | display: block !important; |
| 283 | } |
| 284 | .metro .sidebar > ul ul .dropdown-menu { |
| 285 | left: 100%; |
| 286 | top: -10%; |
| 287 | } |
| 288 | .metro .sidebar > ul ul > li:hover > .dropdown-menu[data-show="hover"] { |
| 289 | display: block; |
| 290 | } |
| 291 | .metro .sidebar > ul ul > li > a.dropdown-toggle:after { |
| 292 | font-family: metroSysIcons; |
| 293 | font-size: .7em; |
| 294 | content: "\e001"; |
| 295 | left: 90%; |
| 296 | top: 50%; |
| 297 | margin-top: -1.4em; |
| 298 | -webkit-transform: rotate(-90deg); |
| 299 | -moz-transform: rotate(-90deg); |
| 300 | -ms-transform: rotate(-90deg); |
| 301 | -o-transform: rotate(-90deg); |
| 302 | transform: rotate(-90deg); |
| 303 | } |
| 304 | .metro .sidebar > ul ul.drop-left { |
| 305 | left: -100%; |
| 306 | } |
| 307 | .metro .sidebar > ul ul.drop-up { |
| 308 | top: auto; |
| 309 | bottom: 0; |
| 310 | } |
| 311 | .metro .sidebar > ul ul .menu-title { |
| 312 | background-color: #f6f7f8; |
| 313 | font-size: 12px; |
| 314 | line-height: 14px; |
| 315 | padding: 4px 8px; |
| 316 | border: 0; |
| 317 | border-bottom: 1px #dcddde solid; |
| 318 | border-top: 1px #dcddde solid; |
| 319 | color: #646464; |
| 320 | } |
| 321 | .metro .sidebar > ul ul .menu-title:first-child { |
| 322 | margin: 0; |
| 323 | border-top-width: 0; |
| 324 | } |
| 325 | .metro .sidebar > ul ul .menu-title:first-child:hover { |
| 326 | border-top-width: 0; |
| 327 | } |
| 328 | .metro .sidebar > ul ul .menu-title:hover { |
| 329 | background-color: #f6f7f8; |
| 330 | cursor: default; |
| 331 | border: 0; |
| 332 | border-bottom: 1px #dcddde solid; |
| 333 | border-top: 1px #dcddde solid; |
| 334 | } |
| 335 | .metro .sidebar > ul ul.inverse { |
| 336 | border: 2px #3b3b3b solid; |
| 337 | } |
| 338 | .metro .sidebar > ul ul.inverse li { |
| 339 | border: 0; |
| 340 | } |
| 341 | .metro .sidebar > ul ul.inverse li a { |
| 342 | padding: 9px 32px !important; |
| 343 | } |
| 344 | .metro .sidebar > ul ul.inverse li:hover { |
| 345 | border: 0; |
| 346 | background-color: #e5e5e5; |
| 347 | } |
| 348 | .metro .sidebar > ul ul.inverse .menu-title:hover { |
| 349 | background-color: #f6f7f8; |
| 350 | } |
| 351 | .metro .sidebar > ul ul.inverse .divider { |
| 352 | margin-left: 0; |
| 353 | margin-right: 0; |
| 354 | } |
| 355 | .metro .sidebar > ul ul.dark { |
| 356 | background-color: #333333; |
| 357 | border: 2px #333333 solid; |
| 358 | color: #ffffff; |
| 359 | } |
| 360 | .metro .sidebar > ul ul.dark.opacity { |
| 361 | background-color: rgba(61, 61, 61, 0.9); |
| 362 | } |
| 363 | .metro .sidebar > ul ul.dark li { |
| 364 | border: 0; |
| 365 | color: inherit; |
| 366 | } |
| 367 | .metro .sidebar > ul ul.dark li a { |
| 368 | padding: 9px 32px !important; |
| 369 | color: inherit; |
| 370 | } |
| 371 | .metro .sidebar > ul ul.dark li.disabled, |
| 372 | .metro .sidebar > ul ul.dark li.disabled:hover { |
| 373 | cursor: default !important; |
| 374 | background: transparent !important; |
| 375 | color: #555555; |
| 376 | } |
| 377 | .metro .sidebar > ul ul.dark li.disabled a, |
| 378 | .metro .sidebar > ul ul.dark li.disabled:hover a { |
| 379 | color: inherit; |
| 380 | cursor: inherit; |
| 381 | background: inherit; |
| 382 | } |
| 383 | .metro .sidebar > ul ul.dark li:hover { |
| 384 | border: 0; |
| 385 | background-color: #201a1a; |
| 386 | color: #ffffff; |
| 387 | } |
| 388 | .metro .sidebar > ul ul.dark .menu-title { |
| 389 | background-color: #3b3b3b; |
| 390 | } |
| 391 | .metro .sidebar > ul ul.dark .menu-title:hover { |
| 392 | background-color: #3b3b3b; |
| 393 | } |
| 394 | .metro .sidebar > ul ul.dark .divider { |
| 395 | margin-left: 0; |
| 396 | margin-right: 0; |
| 397 | background-color: #555555; |
| 398 | } |
| 399 | .metro .sidebar > ul ul.dark .divider:hover { |
| 400 | background: #555555; |
| 401 | } |
| 402 | .metro .sidebar > ul ul li { |
| 403 | border: 0; |
| 404 | } |
| 405 | .metro .sidebar > ul ul li a { |
| 406 | background-color: #e5e5e5; |
| 407 | } |
| 408 | .metro .sidebar > ul ul li.divider { |
| 409 | background-color: #c2c2c2; |
| 410 | } |
| 411 | .metro .sidebar > ul ul li.divider:hover { |
| 412 | background-color: #c2c2c2; |
| 413 | } |
| 414 | .metro .sidebar > ul ul li.disabled a { |
| 415 | color: #999999; |
| 416 | } |
| 417 | .metro .sidebar > ul ul li.disabled a:hover { |
| 418 | color: #999999; |
| 419 | } |
| 420 | .metro .sidebar > ul ul.open { |
| 421 | display: block; |
| 422 | } |
| 423 | .metro .sidebar.light { |
| 424 | background-color: #ffffff; |
| 425 | } |
| 426 | .metro .sidebar.light li { |
| 427 | border-bottom-color: #eeeeee; |
| 428 | } |
| 429 | .metro .sidebar.light li.title { |
| 430 | color: #1d1d1d; |
| 431 | } |
| 432 | .metro .sidebar.light li a { |
| 433 | color: #1d1d1d; |
| 434 | background-color: #ffffff; |
| 435 | } |
| 436 | .metro .sidebar.light li a:hover { |
| 437 | background-color: #00aff0; |
| 438 | } |
| 439 | .metro .sidebar.light li ul { |
| 440 | background-color: #ffffff; |
| 441 | border: 1px transparent solid; |
| 442 | } |
| 443 | .metro .sidebar.light li .divider { |
| 444 | background-color: #eeeeee; |
| 445 | } |
| 446 | .metro .sidebar.light li .divider:hover { |
| 447 | background-color: #eeeeee; |
| 448 | } |
| 449 | .metro .sidebar.light li.disabled a { |
| 450 | background-color: #ffffff; |
| 451 | cursor: default; |
| 452 | color: #999999; |
| 453 | } |
| 454 | .metro .sidebar.light li.active a { |
| 455 | background-color: #1ba1e2; |
| 456 | color: #ffffff; |
| 457 | } |
| 458 | .sg-site-url{ |
| 459 | width: 100%; |
| 460 | height: 100%; |
| 461 | background-color: transparent !important; |
| 462 | } |
| 463 | .sg-footer{ |
| 464 | text-align: center; |
| 465 | border-top: 1px #eaeaea solid; |
| 466 | height: 45px; |
| 467 | } |
| 468 | .sg-footer .row{ |
| 469 | margin-left: 0; |
| 470 | margin-right: 0; |
| 471 | } |
| 472 | .sg-footer .sg-version{ |
| 473 | position: absolute; |
| 474 | right: 5px; |
| 475 | } |
| 476 | .sg-checkbox .checkbox, .sg-custom-backup .checkbox{ |
| 477 | padding-top: 2px; |
| 478 | min-height: 10px; |
| 479 | } |
| 480 | .sg-close, .sg-custom-backup, .sg-custom-backup-files, .sg-custom-backup-tables, sg-backup-db-options, .sg-custom-backup-cloud, .sg-schedule-settings-closed{ |
| 481 | display: none; |
| 482 | } |
| 483 | .sg-open{ |
| 484 | display: block; |
| 485 | } |
| 486 | .sg-switch-container{ |
| 487 | margin-top: 7px; |
| 488 | } |
| 489 | .sg-schedule-settings-opened{ |
| 490 | display: block; |
| 491 | } |
| 492 | .sg-custom-backup-schedule .checkbox:not:first-child{ |
| 493 | padding-top: 0 !important; |
| 494 | } |
| 495 | .sg-general-settings{ |
| 496 | display: none; |
| 497 | } |
| 498 | .sg-progress{ |
| 499 | height: 2px; |
| 500 | margin: 0; |
| 501 | margin-top: 1px; |
| 502 | } |
| 503 | |
| 504 | #sg-status-tabe-data{ |
| 505 | padding: 7px; |
| 506 | } |
| 507 | |
| 508 | /*Files*/ |
| 509 | .sg-status-icon{ |
| 510 | display: inline-block; |
| 511 | width: 20px; |
| 512 | height: 20px; |
| 513 | background-image: url('../img/backup-icons.png'); |
| 514 | background-repeat: no-repeat; |
| 515 | background-size: 220px 40px; |
| 516 | } |
| 517 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| 518 | only screen and (min--moz-device-pixel-ratio: 1.5), |
| 519 | only screen and (min-resolution: 240dpi) { |
| 520 | .sg-status-icon { |
| 521 | background-image: url('../img/backup-icons@2x.png'); |
| 522 | } |
| 523 | } |
| 524 | .sg-status-1{ |
| 525 | background-position: -20px -20px; |
| 526 | } |
| 527 | .sg-status-1.active{ |
| 528 | background-position: -20px 0px; |
| 529 | } |
| 530 | .sg-status-2{ |
| 531 | background-position: 0px -20px; |
| 532 | } |
| 533 | .sg-status-2.active{ |
| 534 | background-position: 0px 0px; |
| 535 | } |
| 536 | /*ftp*/ |
| 537 | .sg-status-31{ |
| 538 | background-position: -140px -20px; |
| 539 | } |
| 540 | .sg-status-31.active{ |
| 541 | background-position: -140px 0px; |
| 542 | } |
| 543 | /*dropbox*/ |
| 544 | .sg-status-32{ |
| 545 | background-position: -40px -20px; |
| 546 | } |
| 547 | .sg-status-32.active{ |
| 548 | background-position: -40px 0px; |
| 549 | } |
| 550 | /*gdrive*/ |
| 551 | .sg-status-33{ |
| 552 | background-position: -60px -20px; |
| 553 | } |
| 554 | .sg-status-33.active{ |
| 555 | background-position: -60px 0px; |
| 556 | } |
| 557 | |
| 558 | /*rdb*/ |
| 559 | .sg-status-22{ |
| 560 | background-position: -180px -20px; |
| 561 | } |
| 562 | .sg-status-22.active{ |
| 563 | background-position: -180px 0px; |
| 564 | } |
| 565 | /*rfiles*/ |
| 566 | .sg-status-21{ |
| 567 | background-position: -200px -20px; |
| 568 | } |
| 569 | .sg-status-21.active{ |
| 570 | background-position: -200px 0px; |
| 571 | } |
| 572 | .sg-helper-block{ |
| 573 | font-size: 12px; |
| 574 | padding-left: 0px; |
| 575 | text-align: left; |
| 576 | display: block; |
| 577 | margin-top: 0; |
| 578 | } |
| 579 | .sg-control-label{ |
| 580 | text-align: left; |
| 581 | margin-bottom: 0; |
| 582 | margin-top: 4px; |
| 583 | } |
| 584 | .sg-upload-label{ |
| 585 | padding-left: 0px; |
| 586 | padding-top: 12px; |
| 587 | } |
| 588 | .sg-modal-body { |
| 589 | max-height: calc(100vh - 210px); |
| 590 | overflow-y: auto; |
| 591 | } |
| 592 | .sg-justify{ |
| 593 | text-align: justify; |
| 594 | } |
| 595 | #sg-save-cloud-folder{ |
| 596 | margin-left: 5px; |
| 597 | display: none; |
| 598 | } |
| 599 | .sg-alert-pro{ |
| 600 | color: white; |
| 601 | padding: 20px; |
| 602 | text-align: center; |
| 603 | margin-top: 20px; |
| 604 | } |
| 605 | .sg-star{ |
| 606 | color: gold; |
| 607 | font-size: 24px; |
| 608 | } |
| 609 | .sg-no-margin-bottom{ |
| 610 | margin-bottom: 0 !important; |
| 611 | } |
| 612 | |
| 613 | .sg-no-padding-left{ |
| 614 | padding-left: 0 !important; |
| 615 | } |
| 616 | |
| 617 | .sg-btn-grey{ |
| 618 | background-color: #999; |
| 619 | border-color: #999; |
| 620 | color: #ffffff; |
| 621 | } |
| 622 | .sg-btn-grey:hover{ |
| 623 | background-color: #777; |
| 624 | border-color: #777; |
| 625 | } |
| 626 | |
| 627 | .sg-custom-backup-tables .sg-disableText { |
| 628 | color: #bbb; |
| 629 | font-size: 12px; |
| 630 | } |
| 631 | |
| 632 | .sg-backup-db-options .checkbox .sg-backup-db-mode { |
| 633 | padding-left: 15px; |
| 634 | } |
| 635 | |
| 636 | .sg-backup-db-options .checkbox .sg-backup-db-mode:first-of-type { |
| 637 | padding-left: 0px; |
| 638 | } |
| 639 | |
| 640 | .sg-backup-db-options .checkbox .sg-backup-db-mode input { |
| 641 | margin: 0px; |
| 642 | } |