Archived
1
0
Fork 0

app/assets/less/components/request-item.less: make text color a bit brighter for all list header fields except method and uri.

This commit is contained in:
Henrik Hautakoski 2018-03-19 20:31:27 +01:00
parent 4621850b85
commit 2c07bd8b87
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@
&-timestamp,
&-size,
&-ip {
color: @request-item-light-color;
font-size: @font-size-small;
}

View file

@ -164,6 +164,7 @@
// ----------------------------------
@request-item-color: @dark-grey;
@request-item-light-color: #666;
@request-item-background: transparent;
@request-item-border-color: @light-grey;
@request-item-active-color: @dark-grey;