HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/labs/chatbot-v-4/build/scss/plugins/_miscellaneous.scss
//
// Plugins: Miscellaneous
// Old plugin codes
//

// _fix for sparkline tooltip
.jqstooltip {
  height: auto !important;
  padding: 5px !important;
  width: auto !important;
}

// jQueryUI
.connectedSortable {
  min-height: 100px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sort-highlight {
  background: $gray-100;
  border: 1px dashed $gray-300;
  margin-bottom: 10px;
}

// Charts
.chart {
  overflow: hidden;
  position: relative;
}


.dark-mode {
  .irs--flat .irs-line {
    background-color: lighten($dark, 10%);
  }
  .jsgrid-edit-row > .jsgrid-cell,
  .jsgrid-filter-row > .jsgrid-cell,
  .jsgrid-grid-body, .jsgrid-grid-header,
  .jsgrid-header-row > .jsgrid-header-cell,
  .jsgrid-insert-row > .jsgrid-cell,
  .jsgrid-row > .jsgrid-cell,
  .jsgrid-alt-row > .jsgrid-cell {
    border-color: $gray-600;
  }
  .jsgrid-header-row > .jsgrid-header-cell,
  .jsgrid-row > .jsgrid-cell {
    background-color: $dark;
  }
  .jsgrid-alt-row > .jsgrid-cell {
    background-color: lighten($dark, 2.5%);
  }
  .jsgrid-selected-row > .jsgrid-cell {
    background-color: lighten($dark, 5%);
  }
}