Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
input[type="text"],
input[type="password"]
{
padding: 3px;
margin: 1px;
border-style: solid;
border-width: 1px;
border-color: #959595;
background-color: #FFFFFF;
}
input[type="submit"]
{
margin: 1px;
border-style: solid;
border-width: 1px;
border-color: #959595;
cursor: pointer;
}
input[type="option"],
input[type="checkbox"]
{
margin: 3px;
cursor: pointer;
}
textarea
{
padding: 3px;
margin: 1px;
border-style: solid;
border-width: 1px;
border-color: #959595;
background-color: #FFFFFF;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover
{
border-color: #4D4D4D;
}
.editsection
{
font-size: 10px;
font-weight: normal;
}
.diffchange
{
font-weight: bold;
}
.diff-context,
.diff-deletedline,
.diff-addedline
{
font-size: 10px;
}
label
{
display: block;
}