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:
parent
4621850b85
commit
2c07bd8b87
2 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
&-timestamp,
|
||||
&-size,
|
||||
&-ip {
|
||||
color: @request-item-light-color;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue