aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-11 22:52:17 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-12 00:08:29 +0100
commitd854e08653ccee12119266e2cc3f5d6c279341e5 (patch)
treea58d465ea62fdb9665389b39c284d689f2b94e78 /web/src/css
parentd1c7b203f08d4b1e1ee3c7a50762a4f08843feef (diff)
downloadmitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.tar.gz
mitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.tar.bz2
mitmproxy-d854e08653ccee12119266e2cc3f5d6c279341e5.zip
[web] various fixes
Diffstat (limited to 'web/src/css')
-rw-r--r--web/src/css/flowtable.less5
-rw-r--r--web/src/css/header.less1
2 files changed, 5 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
+}
diff --git a/web/src/css/header.less b/web/src/css/header.less
index a026d8aa..042d6811 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -47,6 +47,7 @@ header {
.menu-entry {
+ text-align: left;
height: (@menu-height - @menu-legend-height)/3;
line-height: 1;
padding: 0.5rem 1rem;