Шаблон:Comment/styles.css: различия между версиями
w>Jack who built the house (← Новая страница: «.ts-comment-commentedText { border-bottom: 1px dotted; cursor: help; }») |
м (4 версии импортировано: Импорт из Википедии) |
||
(не показано 5 промежуточных версий 4 участников) | |||
Строка 3: | Строка 3: | ||
cursor: help; | cursor: help; | ||
} | } | ||
+ | |||
+ | /* Тач-устройства */ | ||
+ | @media (hover: none) { | ||
+ | .ts-comment-commentedText:not(.rt-commentedText) { | ||
+ | border-bottom: 0; | ||
+ | cursor: auto; | ||
+ | } | ||
+ | } | ||
+ | /* [[Категория:Шаблоны:Подстраницы CSS]] */ |
Текущая версия от 16:33, 6 января 2024
.ts-comment-commentedText {
border-bottom: 1px dotted;
cursor: help;
}
/* Тач-устройства */
@media (hover: none) {
.ts-comment-commentedText:not(.rt-commentedText) {
border-bottom: 0;
cursor: auto;
}
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */