mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
fix themes
This commit is contained in:
parent
f7d3eb8fe6
commit
3ff7dd074f
@ -93,14 +93,10 @@ body {
|
||||
.bottom-bar {
|
||||
background-color: #f6e7f3;
|
||||
border-top: 1px solid #e0d1e3;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left,
|
||||
.bottom-bar div .bottom-bar-right {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left:hover {
|
||||
.bottom-bar > span[onclick]:hover {
|
||||
color: #e5a1b8;
|
||||
}
|
||||
|
||||
|
@ -89,19 +89,14 @@ body {
|
||||
.bottom-bar {
|
||||
background-color: #1a1a1a;
|
||||
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left:hover {
|
||||
|
||||
.bottom-bar > span[onclick]:hover {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-right {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
background-color: #333;
|
||||
|
@ -82,8 +82,7 @@ body {
|
||||
border-color: #2e7d32;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left,
|
||||
.bottom-bar div .bottom-bar-right {
|
||||
.bottom-bar {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
@ -74,10 +74,6 @@ body {
|
||||
background-color: #4c2c2c;
|
||||
border-top: 1px solid #5c3c3c;
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -74,10 +74,6 @@ body {
|
||||
background-color: #4c6c4c;
|
||||
border-top: 1px solid #5c7c5c;
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -72,8 +72,7 @@ body {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left:hover {
|
||||
text-decoration: none;
|
||||
.bottom-bar > span[onclick]:hover {
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
|
@ -72,8 +72,7 @@ body {
|
||||
border-color: #22004d;
|
||||
}
|
||||
|
||||
.bottom-bar div .bottom-bar-left:hover {
|
||||
text-decoration: underline;
|
||||
.bottom-bar > span[onclick]:hover {
|
||||
color: #b300b3;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user