mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
MineXLauncher 1.3
This commit is contained in:
@@ -145,7 +145,7 @@ nav {
|
||||
scrollbar-color: #555 #333;
|
||||
}
|
||||
|
||||
.page-not-found {
|
||||
.error-page {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
@@ -596,24 +596,71 @@ select:focus {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.upload-button {
|
||||
background-color: #075f07;
|
||||
border: none;
|
||||
padding: 8px 16px;
|
||||
.version-select {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
border: 2px solid #4a4a4a;
|
||||
border-radius: 5px;
|
||||
background-color: #1e1e1e;
|
||||
color: #ffffff;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-transform: none;
|
||||
transition: background-color 0.2s, transform 0.2s;
|
||||
appearance: none;
|
||||
background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #1e1e1e 50%, transparent 50%);
|
||||
background-position: right 0.7rem center, right 0.7rem center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 0.65rem auto, 0.65rem auto;
|
||||
transition: border-color 0.3s, background-color 0.3s;
|
||||
}
|
||||
|
||||
.upload-button:hover {
|
||||
background-color: #197d19;
|
||||
transform: scale(1.05);
|
||||
.version-select:focus {
|
||||
border-color: #4a90e2;
|
||||
outline: none;
|
||||
background-color: #2e2e2e;
|
||||
}
|
||||
|
||||
.upload-button:active {
|
||||
.version-select option {
|
||||
background-color: #1e1e1e;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.version-label {
|
||||
font-size: 1rem;
|
||||
color: #ffffff;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.archive-section {
|
||||
margin: 1rem;
|
||||
padding: 1rem;
|
||||
border: 2px solid #3c3c3c;
|
||||
border-radius: 8px;
|
||||
background-color: #2e2e2e;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.archive-button {
|
||||
padding: 0.5rem 1rem;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background-color: #4a90e2;
|
||||
color: #ffffff;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.archive-button:hover {
|
||||
background-color: #357abd;
|
||||
}
|
||||
|
||||
.archive-button:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px #357abd;
|
||||
}
|
||||
|
||||
.archive-button:active {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user