mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-11 11:19:16 +08:00
undo spriting
This commit is contained in:
@@ -7,7 +7,7 @@ html {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
@import (less) "sprites.compiled.less";
|
||||
@import (less) "sprites.less";
|
||||
@import (less) "layout.less";
|
||||
@import (less) "header.less";
|
||||
@import (less) "flowtable.less";
|
||||
|
||||
@@ -6,12 +6,21 @@
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
//tr:nth-child(odd) { background-color : white; }
|
||||
tr:nth-child(even) { background-color : rgba(0,0,0,0.05); }
|
||||
//tr:hover { background-color : hsla(209, 52%, 84%, 0.5); }
|
||||
|
||||
|
||||
|
||||
.col-tls {
|
||||
width: 10px;
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
.resource-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
// From Chrome Dev Tools
|
||||
.resource-icon-css {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -0px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-document {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -32px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-js {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -64px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-plain {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -96px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
|
||||
// Own
|
||||
.resource-icon-executable {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -128px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-flash {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -160px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-image {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -192px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-java {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -224px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-not-modified {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -256px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
.resource-icon-redirect {
|
||||
background-image: url("../images/sprite.png");
|
||||
background-position: -0px -288px;
|
||||
background-size: 32px 320px!important;
|
||||
}
|
||||
Reference in New Issue
Block a user