Fix ae en-US ui
|
After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 27 KiB |
@@ -1366,7 +1366,7 @@ function systemAutoLoadStart(galgameKey) {
|
|||||||
.html(
|
.html(
|
||||||
`<div class="cancel ${tl_css_lang}"></div><div class="submit ${tl_css_lang}" onclick="systemAutoLoad()"></div>`
|
`<div class="cancel ${tl_css_lang}"></div><div class="submit ${tl_css_lang}" onclick="systemAutoLoad()"></div>`
|
||||||
)
|
)
|
||||||
.css('background', "url('/novels/ae/en-US/continue.webp') no-repeat")
|
.css('background', "url('/novels/ae/en-US/continue.png') no-repeat")
|
||||||
.css('background-size', 'auto 100%')
|
.css('background-size', 'auto 100%')
|
||||||
.css('background-position', 'center')
|
.css('background-position', 'center')
|
||||||
$('.cancel').click({ k: galgameKey }, function (e) {
|
$('.cancel').click({ k: galgameKey }, function (e) {
|
||||||
@@ -1729,7 +1729,7 @@ function add_record() {
|
|||||||
)
|
)
|
||||||
$('#confirm_1').css(
|
$('#confirm_1').css(
|
||||||
'background',
|
'background',
|
||||||
"url('/novels/ae/en-US/quicksave.webp') no-repeat"
|
"url('/novels/ae/en-US/quicksave.png') no-repeat"
|
||||||
)
|
)
|
||||||
$('#confirm_1').css('background-size', 'auto 100%')
|
$('#confirm_1').css('background-size', 'auto 100%')
|
||||||
$('#confirm_1').css('background-position', 'center')
|
$('#confirm_1').css('background-position', 'center')
|
||||||
@@ -1743,7 +1743,7 @@ function get_record() {
|
|||||||
)
|
)
|
||||||
$('#confirm_1').css(
|
$('#confirm_1').css(
|
||||||
'background',
|
'background',
|
||||||
"url('/novels/ae/en-US/quickload.webp') no-repeat"
|
"url('/novels/ae/en-US/quickload.png') no-repeat"
|
||||||
)
|
)
|
||||||
$('#confirm_1').css('background-size', 'auto 100%')
|
$('#confirm_1').css('background-size', 'auto 100%')
|
||||||
$('#confirm_1').css('background-position', 'center')
|
$('#confirm_1').css('background-position', 'center')
|
||||||
|
|||||||
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 24 KiB |