Nepoužívaná css

This commit is contained in:
Jonas Havelka 2025-01-21 10:06:11 +01:00
parent 443a226943
commit 050ebba03b

View file

@ -122,26 +122,14 @@ form {
.oprava button, .oprava button,
.oprava img, .oprava img {
.box-done button,
.box-done img,
.box-ready button,
.box-ready img,
.box-wontfix button,
.box-wontfix img{
border: 1px solid white; border: 1px solid white;
background-color:transparent; background-color:transparent;
margin:0; margin:0;
padding: 1px; padding: 1px;
} }
.oprava button:hover, .oprava button:hover,
.oprava img:hover, .oprava img:hover {
.box-done img:hover,
.box-done button:hover,
.box-ready img:hover,
.box-ready button:hover,
.box-wontfix img:hover,
.box-wontfix button:hover{
border: 1px solid black; border: 1px solid black;
} }