mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-29 15:42:18 +00:00
changed color of inactive picking bars
This commit is contained in:
parent
9af3466bc9
commit
fc6910d3f6
1 changed files with 2 additions and 2 deletions
|
@ -349,11 +349,11 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.marine-box {
|
.marine-box {
|
||||||
background-color: #2c689c;
|
background-color: #436685;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alien-box {
|
.alien-box {
|
||||||
background-color: #9c602c;
|
background-color: #996633;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marine-box-active {
|
.marine-box-active {
|
||||||
|
|
Loading…
Reference in a new issue