diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-12-11 22:52:17 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-12-12 00:08:29 +0100 |
commit | d854e08653ccee12119266e2cc3f5d6c279341e5 (patch) | |
tree | a58d465ea62fdb9665389b39c284d689f2b94e78 /web/src/css/flowtable.less | |
parent | d1c7b203f08d4b1e1ee3c7a50762a4f08843feef (diff) | |
download | mitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.tar.gz mitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.tar.bz2 mitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.zip |
[web] various fixes
Diffstat (limited to 'web/src/css/flowtable.less')
-rw-r--r-- | web/src/css/flowtable.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/src/css/flowtable.less b/web/src/css/flowtable.less index 1b560eba..e8d3d5af 100644 --- a/web/src/css/flowtable.less +++ b/web/src/css/flowtable.less @@ -109,6 +109,9 @@ .fa-pause { color: @interceptorange; } + .fa-exclamation, .fa-times { + color: darkred; + } } .col-method { width: 60px; @@ -125,4 +128,4 @@ td.col-time, td.col-size { text-align: right; } -}
\ No newline at end of file +} |