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/datatable-extension/_buttons.jqueryui.scss
/*buttons jqueryui css*/
@import 'mixins.scss';
@import 'common.scss';

div.dt-buttons {
  position: relative;
  float: left;

  .dt-button {
    margin-right: 0;

    span.ui-icon {
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px;
    }

    &:active {
      outline: none;
    }

    &:hover > span {
      background-color: rgba(0, 0, 0, 0.05);
    }
  }
}


div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba( 0, 0, 0, 0.4 );
  background-color: #f3f3f3;
  background-color: rgba( 255, 255, 255, 0.3 );
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);

  z-index: 2002;

  .dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;

    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 4px;

    &:hover > span {
      background-color: rgba(0, 0, 0, 0.05);
    }
  }

  @include dtb-fixed-collection();

  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  @include dtb-radial-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) );

  z-index: 2001;
}


@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  @include dtb-processing();
}
/*buttons jqueryui css*/