fix: use correct box-shadow value for 0

This commit is contained in:
Alexis Tyler
2021-06-29 14:34:30 +09:30
committed by GitHub
parent 04f7eea26e
commit b76204277b

View File

@@ -162,8 +162,8 @@ $THEME_DARK = in_array($display['theme'],['black','gray']);
background-color: #f15a2c;
background: -webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f));
background: linear-gradient(90deg,#e22828 0,#ff8c2f);
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
outline: none;
}