[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/templates/administrator/atum/scss/vendor/bootstrap/ -> _table.scss (source)

   1  // Table
   2  
   3  .table {
   4    thead {
   5  
   6      th {
   7        font-size: $label-font-size;
   8      }
   9  
  10      th,
  11      td {
  12        white-space: nowrap;
  13  
  14        .sysinfo & {
  15          white-space: normal;
  16        }
  17      }
  18  
  19      a {
  20        color: var(--template-link-color);
  21  
  22        &#sorted {
  23          font-weight: $medium-weight;
  24          color: $gray-800;
  25        }
  26      }
  27  
  28      .actions,
  29      .actions-th1 {
  30        @include media-breakpoint-down(md) {
  31          width: 28%;
  32        }
  33      }
  34    }
  35  
  36    tbody {
  37      tr {
  38        &:hover,
  39        &:focus,
  40        &:active {
  41          background-color: $table-hover-bg;
  42        }
  43  
  44        &:last-of-type {
  45          th,
  46          td {
  47            border-bottom: 0;
  48          }
  49        }
  50      }
  51  
  52      .itemnumber a.btn,
  53      .itemnumber span.btn {
  54        padding: .1rem .5rem;
  55        text-decoration: none;
  56      }
  57  
  58      th {
  59        font-weight: $medium-weight;
  60      }
  61  
  62      a:not(.badge):not(.btn):not(.dropdown-item) {
  63        text-decoration: underline;
  64      }
  65    }
  66  
  67    th,
  68    td {
  69      label {
  70        margin-bottom: 0;
  71      }
  72  
  73      .inactive [class^="#{$jicon-css-prefix}-"],
  74      .inactive [class*=" #{$jicon-css-prefix}-"],
  75      .inactive [class^="#{$fa-css-prefix}-"],
  76      .inactive [class*=" #{$fa-css-prefix}-"] {
  77        color: $gray-400;
  78      }
  79    }
  80  
  81    .j-main-container > & {
  82      box-shadow: 0 2px 10px -8px var(--template-bg-dark-50);
  83    }
  84  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer