mirror of
https://github.com/unraid/webgui.git
synced 2026-02-09 10:29:09 -06:00
font name correction
This commit is contained in:
@@ -139,7 +139,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
|
||||
body {
|
||||
background: #<?=$theme_dark?'1C1B1B':'F2F2F2'?>;
|
||||
color: #<?=$theme_dark?'fff':'1c1b1b'?>;
|
||||
font-family: ClearSans, sans-serif;
|
||||
font-family: clear-sans, sans-serif;
|
||||
font-size: .875rem;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -165,7 +165,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
|
||||
}
|
||||
.button {
|
||||
color: #ff8c2f;
|
||||
font-family: ClearSans, sans-serif;
|
||||
font-family: clear-sans, sans-serif;
|
||||
background: -webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 0 no-repeat,-webkit-gradient(linear,left top,right top,from(#e03237),to(#fd8c3c)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#e03237),to(#e03237)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#fd8c3c),to(#fd8c3c)) 100% 100% no-repeat;
|
||||
background: linear-gradient(90deg,#e03237 0,#fd8c3c) 0 0 no-repeat,linear-gradient(90deg,#e03237 0,#fd8c3c) 0 100% no-repeat,linear-gradient(0deg,#e03237 0,#e03237) 0 100% no-repeat,linear-gradient(0deg,#fd8c3c 0,#fd8c3c) 100% 100% no-repeat;
|
||||
background-size: 100% 2px,100% 2px,2px 100%,2px 100%;
|
||||
@@ -196,7 +196,7 @@ $theme_dark = in_array($display['theme'],['black','gray']);
|
||||
padding: .75rem 1.5rem;
|
||||
}
|
||||
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], textarea {
|
||||
font-family: ClearSans, sans-serif;
|
||||
font-family: clear-sans, sans-serif;
|
||||
font-size: .875rem;
|
||||
background-color: #F2F2F2;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user