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 img,
.box-done button,
.box-done img,
.box-ready button,
.box-ready img,
.box-wontfix button,
.box-wontfix img{
.oprava img {
border: 1px solid white;
background-color:transparent;
margin:0;
padding: 1px;
}
.oprava button: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{
.oprava img:hover {
border: 1px solid black;
}