This commit is contained in:
InesSuess
2019-01-29 19:46:51 +01:00
parent 9141c17e4d
commit 05568120bf
3 changed files with 94 additions and 24 deletions

View File

@ -71,4 +71,26 @@
position: absolute;
right:23px;
margin-top:-40px;
}
}
/* button.change {
border: none;
}
button.change:hover{
cursor:pointer;
}
button:active{
outline: none;
border: none;
} */
/*
button:focus{
outline: none;
} */
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important;
}