1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

fix themes

This commit is contained in:
zumbiepig 2024-09-07 16:53:41 -07:00
parent f7d3eb8fe6
commit 3ff7dd074f
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
7 changed files with 6 additions and 26 deletions

View File

@ -93,14 +93,10 @@ body {
.bottom-bar { .bottom-bar {
background-color: #f6e7f3; background-color: #f6e7f3;
border-top: 1px solid #e0d1e3; border-top: 1px solid #e0d1e3;
}
.bottom-bar div .bottom-bar-left,
.bottom-bar div .bottom-bar-right {
color: #333; color: #333;
} }
.bottom-bar div .bottom-bar-left:hover { .bottom-bar > span[onclick]:hover {
color: #e5a1b8; color: #e5a1b8;
} }

View File

@ -89,19 +89,14 @@ body {
.bottom-bar { .bottom-bar {
background-color: #1a1a1a; background-color: #1a1a1a;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5); box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5);
}
.bottom-bar div .bottom-bar-left {
color: #e0e0e0; color: #e0e0e0;
} }
.bottom-bar div .bottom-bar-left:hover {
.bottom-bar > span[onclick]:hover {
color: #aaa; color: #aaa;
} }
.bottom-bar div .bottom-bar-right {
color: #e0e0e0;
}
.downloads span { .downloads span {
background-color: #333; background-color: #333;

View File

@ -82,8 +82,7 @@ body {
border-color: #2e7d32; border-color: #2e7d32;
} }
.bottom-bar div .bottom-bar-left, .bottom-bar {
.bottom-bar div .bottom-bar-right {
color: #333; color: #333;
} }

View File

@ -74,10 +74,6 @@ body {
background-color: #4c2c2c; background-color: #4c2c2c;
border-top: 1px solid #5c3c3c; border-top: 1px solid #5c3c3c;
box-shadow: 0 -2px 4px rgba(255, 69, 0, 0.2); box-shadow: 0 -2px 4px rgba(255, 69, 0, 0.2);
}
.bottom-bar div .bottom-bar-left,
.bottom-bar div .bottom-bar-right {
color: #ffcc00; color: #ffcc00;
} }

View File

@ -74,10 +74,6 @@ body {
background-color: #4c6c4c; background-color: #4c6c4c;
border-top: 1px solid #5c7c5c; border-top: 1px solid #5c7c5c;
box-shadow: 0 -2px 4px rgba(0, 255, 0, 0.2); box-shadow: 0 -2px 4px rgba(0, 255, 0, 0.2);
}
.bottom-bar div .bottom-bar-left,
.bottom-bar div .bottom-bar-right {
color: #00ff00; color: #00ff00;
} }

View File

@ -72,8 +72,7 @@ body {
animation: none; animation: none;
} }
.bottom-bar div .bottom-bar-left:hover { .bottom-bar > span[onclick]:hover {
text-decoration: none;
color: #00ff00; color: #00ff00;
} }

View File

@ -72,8 +72,7 @@ body {
border-color: #22004d; border-color: #22004d;
} }
.bottom-bar div .bottom-bar-left:hover { .bottom-bar > span[onclick]:hover {
text-decoration: underline;
color: #b300b3; color: #b300b3;
} }