Skip to content
Snippets Groups Projects

Editace příspěvků má tichý režim

Files

+ 2
2
@@ -286,7 +286,7 @@ h1 {
text-decoration: none;
}
.button {
.button, input[type='submit'].button {
color: #0000aa;
border: 1px solid blue;
border-radius: 4px;
@@ -294,7 +294,7 @@ h1 {
cursor: pointer;
}
.button:hover {
.button:hover, input[type='submit'].button:hover {
background: #ccccff;
}
Loading