⬆️ vditor
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user