This commit is contained in:
fofolee 2020-07-16 20:31:46 +08:00
parent 1fc677a83f
commit 4e6cb90c24

View File

@ -273,21 +273,14 @@ body {
background: #00af2c; background: #00af2c;
border-radius: 4px; border-radius: 4px;
color: white; color: white;
padding: 2px 5px; padding: 2px 10px;
margin: 0px 5px; margin: 0px 5px;
cursor: pointer; cursor: pointer;
} }
#options .footBtn.danger { #options .footBtn.danger {
float: left; float: left;
/* right: 5px;
bottom: 2px; */
border-radius: 4px;
background: #df3f54; background: #df3f54;
color: white;
padding: 2px 5px;
margin: 0px 5px;
cursor: pointer;
} }
#options .footBtn:hover { #options .footBtn:hover {