Made colors more coherent
This commit is contained in:
parent
a195c02de2
commit
fbed07c5ec
1 changed files with 7 additions and 7 deletions
|
@ -511,7 +511,7 @@ img {
|
|||
width: 100%;
|
||||
margin: 0.5em 0 0.5em 0;
|
||||
}
|
||||
.ms_suspending, .ms_limiting, .ms_notsusporlim, .ms_suspending_u, .ms_limiting_u, .ms_notsusporlim_u, .ms_unknown, .ms_unknown_u {
|
||||
.ms_suspending, .ms_limiting, .ms_notsusporlim, .ms_unknown, .ms_suspending_u, .ms_limiting_u, .ms_notsusporlim_u, .ms_unknown_u {
|
||||
background-color: #008000;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
|
@ -520,7 +520,10 @@ img {
|
|||
background-color: #FF6600;
|
||||
}
|
||||
.ms_notsusporlim {
|
||||
background-color: #550000;
|
||||
background-color: black;
|
||||
}
|
||||
.ms_unknown {
|
||||
background-color: #808080;
|
||||
}
|
||||
.ms_suspending_u {
|
||||
background-color: #00AAD4;
|
||||
|
@ -529,13 +532,10 @@ img {
|
|||
background-color: #AB37C8;
|
||||
}
|
||||
.ms_notsusporlim_u {
|
||||
background-color: #808080;
|
||||
}
|
||||
.ms_unknown {
|
||||
background-color: #808080;
|
||||
background-color: black;
|
||||
}
|
||||
.ms_unknown_u {
|
||||
background-color: #000000;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
@media only screen and (max-width:540pt) {
|
||||
|
|
Loading…
Reference in a new issue