Template:Comment/styles.css

< Template:Comment
Revision as of 00:54, 22 August 2020 by PeaceDeadC (talk | contribs) (Created page with ".ts-comment-commentedText { border-bottom: 1px dotted; cursor: help; } →‎Тач-устройства: @media (hover: none) { .ts-comment-commentedText:not(.rt-commented...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.ts-comment-commentedText {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Тач-устройства */
@media (hover: none) {
	.ts-comment-commentedText:not(.rt-commentedText) {
		border-bottom: 0;
		cursor: auto;
	}
}