⬆️ vditor

This commit is contained in:
Van
2019-11-05 12:08:07 +08:00
parent 21c902d4c8
commit e55e26fdb7
70 changed files with 45 additions and 69 deletions

File diff suppressed because one or more lines are too long

View File

@@ -117,34 +117,6 @@ img {
height: 38px;
width: 14px;
}
input[type='button'] {
border-radius: 5px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
background-color: #000000;
background-image: linear-gradient(top, #333333, #000000);
background-image: -moz-linear-gradient(top, #333333, #000000);
background-image: -ms-linear-gradient(top, #333333, #000000);
background-image: -o-linear-gradient(top, #333333, #000000);
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
border: 1px solid #000000;
color: white;
margin: 15px 0 0 200px;
padding: 7px 13px;
height: auto;
}
input[type='button']:hover {
background-color: #333333;
background-image: linear-gradient(top, #333333, #212121);
background-image: -moz-linear-gradient(top, #333333, #212121);
background-image: -ms-linear-gradient(top, #333333, #212121);
background-image: -o-linear-gradient(top, #333333, #212121);
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#212121));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#212121');
}
.marginBottom40 {
margin-bottom: 40px;
}
@@ -818,4 +790,4 @@ a.star-icon {
background-color: #B4D9E2;
}
}
}
}