- changed UI color (+10% lighten) for "active" character names, closed #250
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user