change styles
This commit is contained in:
parent
4353beb48b
commit
24d1cbffc0
5 changed files with 19 additions and 5 deletions
|
|
@ -206,10 +206,10 @@
|
|||
<button id="toggle-mode" class="button" type="button">🔄</button>
|
||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||
<label for="save-area-file" id="file-input-label" class="button"><i class="icon-doc-text-inv"></i>Choose Save
|
||||
<label for="save-area-file" id="file-input-label" class="button button-large"><i class="icon-doc-text-inv"></i>Choose Save
|
||||
File</label>
|
||||
|
||||
<button id="save-area-read" class="button hidden" type="button">Analyze Text</button>
|
||||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||
|
||||
<a class="button" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520"
|
||||
target="_blank"><i class="icon-download-cloud"></i></a>
|
||||
|
|
|
|||
|
|
@ -530,6 +530,7 @@ input[type="file"] {
|
|||
.input-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: inherit;
|
||||
}
|
||||
|
||||
.tab-switch-buttons {
|
||||
|
|
@ -550,6 +551,7 @@ input[type="file"] {
|
|||
align-content: center;
|
||||
align-items: center;
|
||||
width: max-content;
|
||||
height: max-content;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Heebo', sans-serif;
|
||||
|
|
@ -586,6 +588,11 @@ input[type="file"] {
|
|||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.button-large {
|
||||
border-width: 7px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tab-switch {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgb(0, 180, 156);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -355,6 +355,7 @@ input[type="file"] {
|
|||
.input-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: inherit;
|
||||
}
|
||||
|
||||
.tab-switch-buttons {
|
||||
|
|
@ -375,6 +376,7 @@ input[type="file"] {
|
|||
align-content: center;
|
||||
align-items: center;
|
||||
width: max-content;
|
||||
height: max-content;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Heebo', sans-serif;
|
||||
|
|
@ -411,6 +413,11 @@ input[type="file"] {
|
|||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.button-large {
|
||||
border-width: 7px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tab-switch {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: rgb(0, 180, 156);
|
||||
|
|
|
|||
|
|
@ -91,10 +91,10 @@
|
|||
<button id="toggle-mode" class="button" type="button">🔄</button>
|
||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||
<label for="save-area-file" id="file-input-label" class="button"><i class="icon-doc-text-inv"></i>Choose Save
|
||||
<label for="save-area-file" id="file-input-label" class="button button-large"><i class="icon-doc-text-inv"></i>Choose Save
|
||||
File</label>
|
||||
|
||||
<button id="save-area-read" class="button hidden" type="button">Analyze Text</button>
|
||||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||
|
||||
<a class="button" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520"
|
||||
target="_blank"><i class="icon-download-cloud"></i></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue