DIV_CLASS_ROW

MediaWiki: Tweeki.css: различия между версиями 🔗


Материал из VEDA Wiki
Перейти к: навигация, поиск
Нет описания правки
Нет описания правки
Строка 8: Строка 8:


   color: currentColor;
   color: currentColor;
   cursor: not-allowed;
   display: inline-block; /* For IE11/ MS Edge bug */
   opacity: 0.5;
   pointer-events: none;
   text-decoration: none;
   text-decoration: none;
}
}

Версия от 20:43, 4 октября 2024

/* CSS placed here will affect users of the Tweeki skin */
.new {
//  pointer-events: none;
//    cursor: text !important;
//  opacity: 0.6;
//  color: black !important;
//  text-decoration: none;

  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}