MediaWiki: Tweeki.css: различия между версиями 🔗
Материал из VEDA Wiki
Sphynkx (обсуждение | вклад) Нет описания правки |
Sphynkx (обсуждение | вклад) Нет описания правки |
||
Строка 8: | Строка 8: | ||
color: currentColor; | color: currentColor; | ||
display: inline-block; /* For IE11/ MS Edge bug */ | |||
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;
}