Nepoužívaná css
This commit is contained in:
parent
443a226943
commit
050ebba03b
1 changed files with 2 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue