mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
fix: use correct box-shadow value for 0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user