HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/scss/theme/_jsgrid.scss
/**=====================
     31. JS datagrid CSS Start
==========================**/
.jsgrid{
  .jsgrid-grid-body{
    .jsgrid-cell{
      padding: 0.75rem;
    }
  }
  .jsgrid-pager-container{
    text-align: right;
  }
  .jsgrid-pager{
    padding: 0;
    margin-top: 20px;
    .jsgrid-pager-nav-inactive-button{
      margin-right: -5px;
      &:first-child{
        border-radius: 5px 0 0 5px;
      }
    }
    .jsgrid-pager-page{
      &~.jsgrid-pager-nav-button{
        margin-left: -5px;
        &:last-child{
          border-radius:0 5px 5px 0;
        }
      }
    }
    [class*="jsgrid-pager"]{
      display: inline-block;
      min-width: 1.5em;
      padding: 0.5em 1em;
      border: 1px solid $light-gray;
    }
    .jsgrid-pager-page{
      a{
        color: $dark-color;
      }
    }
    .jsgrid-pager-current-page{
      color: $dark-color;
    }
  }
  .jsgrid-selected-row{
    >.jsgrid-cell{
      background: $light-gray;
      border-color: $auth-bg-color;
    }
  }
  .jsgrid-header-row{
    > .jsgrid-header-cell{
      padding: 0.75rem;
    }
  }
}
/**=====================
     31. JS datagrid CSS Ends
==========================**/