This commit is contained in:
vickihe
2019-09-03 22:13:54 +08:00
parent 1736ec5a43
commit f82a37fec2
9 changed files with 209 additions and 2 deletions

View File

@@ -220,6 +220,7 @@ ul {
width: 40px;
height: 40px;
color: white;
background-color: rgb(255, 115, 0);
border: none;
}
.modify form input#submit:hover {
@@ -231,5 +232,5 @@ ul {
box-shadow: 3px 3px 3px rgba(192, 192, 192, 0.801);
}
.modify form input#submit:active {
background-color: rgb(235, 235, 235);
background-color: rgba(255, 115, 0, 0.3);
}