diff options
Diffstat (limited to 'libmproxy/web/static/css')
| -rw-r--r-- | libmproxy/web/static/css/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmproxy/web/static/css/app.css b/libmproxy/web/static/css/app.css index 4faf739b..93ace709 100644 --- a/libmproxy/web/static/css/app.css +++ b/libmproxy/web/static/css/app.css @@ -164,10 +164,10 @@ header .menu { background-color: rgba(193, 215, 235, 0.5) !important; } .flow-table tr.highlighted { - background-color: rgba(255, 204, 0, 0.4) !important; + background-color: rgba(255, 204, 0, 0.4); } .flow-table tr.highlighted:nth-child(even) { - background-color: rgba(255, 204, 0, 0.5) !important; + background-color: rgba(255, 204, 0, 0.5); } .flow-table td { overflow: hidden; |
