Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Control scheme/styles.css: Difference between revisions

Template page
Limoen (talk | contribs)
No edit summary
Limoen (talk | contribs)
No edit summary
Line 2: Line 2:
border: 1px solid red;
border: 1px solid red;
border-radius: 6px;
border-radius: 6px;
}
.controls tr:first-child td {
font-size: 0.65em;
color: gray;
}
}

Revision as of 13:43, 9 March 2024

.controls tbody {
	border: 1px solid red;
	border-radius: 6px;
}

.controls tr:first-child td {
	font-size: 0.65em;
	color: gray;
}