- changed UI color (+10% lighten) for "active" character names, closed #250

This commit is contained in:
Exodus4D
2016-09-03 18:21:56 +02:00
parent 2e0cdd9261
commit 6e9b445648
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -237,7 +237,7 @@ $mapWidth: 2500px ;
}
.pf-system-body-item{
color: $gray-light;
color: lighten($gray-light, 10%);
font-size: 10px;
.pf-system-body-right{
@@ -256,7 +256,7 @@ $mapWidth: 2500px ;
display: inline-block;
width: 65px;
overflow: hidden;
height: 11px;
height: 10px;
white-space: nowrap;
text-overflow: ellipsis;
}