Skip to content
Snippets Groups Projects

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

Merged Kate Konczycki requested to merge silent-submit into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

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