diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-12-16 10:04:12 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-16 10:04:12 +1300 |
commit | 6b5673e84911f3e2b1599c22c9b4f482a55b9ef1 (patch) | |
tree | a6f54fdb9d9be4d6b061a3b30069b330d9325fd5 /web/src/css/flowtable.less | |
parent | 78c78ce651478072f3b0a4a7d18f2a8de3147d33 (diff) | |
parent | d854e08653ccee12119266e2cc3f5d6c279341e5 (diff) | |
download | mitmproxy-6b5673e84911f3e2b1599c22c9b4f482a55b9ef1.tar.gz mitmproxy-6b5673e84911f3e2b1599c22c9b4f482a55b9ef1.tar.bz2 mitmproxy-6b5673e84911f3e2b1599c22c9b4f482a55b9ef1.zip |
Merge pull request #1845 from mhils/mitmweb-improvements
Mitmweb Improvements
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 +} |