Update Version
This commit is contained in:
parent
b402b4b798
commit
4bfb2a952e
@ -117,7 +117,7 @@ body, button {
|
||||
font-size: 10px;
|
||||
font-family: 'Avenir Medium';
|
||||
letter-spacing: 0.5px;
|
||||
opacity: 0.5;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
/* Windows frame button dock. */
|
||||
@ -2178,6 +2178,12 @@ input:checked + .toggleSwitchSlider:before {
|
||||
padding-left: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#settingsUpdateTitleVersion {
|
||||
font-size: 12px;
|
||||
padding-left: 10px;
|
||||
font-weight: bold;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
/* Update version container. */
|
||||
#settingsUpdateVersion {
|
||||
@ -2712,8 +2718,8 @@ input:checked + .toggleSwitchSlider:before {
|
||||
cursor: pointer;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
width: 100px;
|
||||
height: 15px;
|
||||
width: 150px;
|
||||
min-height: 15px;
|
||||
background-color: rgb(0, 0, 0);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
@ -2722,7 +2728,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 115%;
|
||||
left: -17.5px;
|
||||
left: -40px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-size: 12px;
|
||||
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
||||
@ -2737,7 +2743,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
border-style: solid;
|
||||
border-color: transparent transparent rgb(0, 0, 0) transparent;
|
||||
}
|
||||
#image_seal_container[update]:hover #updateAvailableTooltip {
|
||||
#image_seal_container[update]/*:hover*/ #updateAvailableTooltip {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition-delay: 0s;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div id="left">
|
||||
<div id="image_seal_container">
|
||||
<img id="image_seal" src="assets/images/SealCircle.svg"/>
|
||||
<div id="updateAvailableTooltip">アップデートがあります</div>
|
||||
<div id="updateAvailableTooltip">アップデートがあります<br>クリックして更新!</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
@ -315,12 +315,13 @@
|
||||
<div id="settingsTabUpdate" class="settingsTab" style="display: none;">
|
||||
<div class="settingsTabHeader">
|
||||
<span class="settingsTabHeaderText">ランチャーの更新</span>
|
||||
<span class="settingsTabHeaderDesc">ランチャーのダウンロードやインストール、アプデのレビューを行います。</span>
|
||||
<span class="settingsTabHeaderDesc">ランチャーのアップデートを行います。</span>
|
||||
</div>
|
||||
<div id="settingsUpdateStatusContainer">
|
||||
<div id="settingsUpdateStatusContent">
|
||||
<div id="settingsUpdateStatusHeadline">
|
||||
<span id="settingsUpdateTitle">現在のランチャーは最新版です</span>
|
||||
<span id="settingsUpdateTitleVersion">(v<%=appver%>)</span>
|
||||
</div>
|
||||
<div id="settingsUpdateVersion">
|
||||
<div id="settingsUpdateVersionCheck">✓</div>
|
||||
|
Loading…
Reference in New Issue
Block a user