mirror of https://gitlab.com/bashrc2/epicyon
Radius and shadow not needed
parent
5120f161e6
commit
fd914ce4db
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue