[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> sortablelist.css (source)

   1  /**
   2   * @copyright  (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  .dnd-list-highlight {
   6    position: relative;
   7    margin-bottom: 18px;
   8    color: #404040;
   9    background-color: #eedc94;
  10    background-repeat: repeat-x;
  11    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  12    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  13    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  14    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  15    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  16    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  17    background-image: linear-gradient(top, #fceec1, #eedc94);
  18    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  19    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  20    border-color: #eedc94 #eedc94 #e4c652;
  21    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  22    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  23    border-width: 1px;
  24    border-style: solid;
  25    -webkit-border-radius: 4px;
  26    -moz-border-radius: 4px;
  27    border-radius: 4px;
  28    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  29    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  30    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  31  }
  32  
  33  .dndlist-place-holder {
  34    height: 51px;
  35    border-left: none;
  36    border-right:none;
  37  }
  38  
  39  .dndlist-dragged-row {
  40    background-color: #5bb75b !important;
  41    *background-color: #51a351 !important;
  42    background-image: -ms-linear-gradient(top, #62c462, #51a351) !important;
  43    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
  44    background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
  45    background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
  46    background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
  47    background-image: linear-gradient(top, #62c462, #51a351) !important;
  48    background-repeat: repeat-x !important;
  49    border-color: #51a351 #51a351 #387038 !important;
  50    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  51    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0) !important;
  52    filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
  53    height: 54px;
  54    opacity: 0.7;
  55    filter: alpha(opacity=70);
  56  }
  57  
  58  .dndlist-group-disabled {
  59    opacity: 0.3;
  60    filter: alpha(opacity=30);
  61  }
  62  
  63  .dndlist-group-disabled td {
  64    background-image: url("../img/bg-overlay.png");
  65  }
  66  
  67  .sortable .sortable-handler {
  68    cursor: auto;
  69  }
  70  
  71  .sortable .sortable-handler.sortable-inactive{
  72    opacity: 0.5;
  73    filter: alpha(opacity=50);
  74  }
  75  
  76  .middle, .table td.middle, .table th.middle {
  77      vertical-align: middle;
  78  }


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