Radius and shadow not needed

merge-requests/8/head
Bob Mottram 2020-11-04 13:46:02 +00:00
parent 5120f161e6
commit fd914ce4db
1 changed files with 0 additions and 8 deletions

View File

@ -748,12 +748,6 @@ input[type=submit]:hover {
margin: 0;
list-style: none;
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
box-shadow: 0 3px 8px rgba(0,0,0,.15);
}
.newPostDropdown > ul a {
@ -797,8 +791,6 @@ input[type=submit]:hover {
margin-top: 60px;
}
.slider {
-webkit-appearance: none;
width: 57%;