DIV_CLASS_ROW

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


Материал из VEDA Wiki
Перейти к: навигация, поиск
Нет описания правки
Нет описания правки
Строка 2: Строка 2:
.new {
.new {
   pointer-events: none;
   pointer-events: none;
   cursor: text;
   cursor: text !important;
//  opacity: 0.6;
//  opacity: 0.6;
   color: black !important;
   color: black !important;
   text-decoration: none;
   text-decoration: none;
}
}

Версия от 20:37, 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;
}