1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-07-01 04:20:36 +12:00
uMatrix/src/css/info.css

62 lines
1.1 KiB
CSS
Raw Normal View History

2014-11-02 12:03:09 +13:00
select {
max-width: 20em;
}
#stats div div,#lists div div {
padding: 0 1em 0 0;
display: inline-block;
text-align: right;
}
#requestsFilters button {
font-size: 15px;
}
#requestsFilters label {
font-size: 13px;
padding-right: 0.5em;
white-space: nowrap;
}
#requests-log {
2014-11-04 08:27:59 +13:00
background-color: white;
2014-11-02 12:03:09 +13:00
border: 1px inset #eee;
2014-11-04 08:27:59 +13:00
direction: ltr;
2014-11-02 12:03:09 +13:00
font: 11px monospace;
2014-11-04 08:27:59 +13:00
margin: 0;
2014-11-02 12:03:09 +13:00
overflow: scroll;
2014-11-04 08:27:59 +13:00
padding: 0;
2014-11-02 12:03:09 +13:00
width: calc(100% - 1.5em);
}
2014-11-04 08:27:59 +13:00
#requestsTable {
2014-11-02 12:03:09 +13:00
border-collapse: collapse;
}
#requests-log tr {
margin: 0;
border: 0;
padding: 0;
color: #070;
}
#requests-log tr.ro {
color: gray;
}
#requests-log tr:hover {
background-color: #eee;
}
#requests-log tr.blocked-true {
color: #c00;
}
#requests-log tr:first-child {
font-weight: bold;
background-color: #eee;
}
#requests-log tr > td {
padding: 1px 0.75em 1px 0;
white-space: nowrap;
}
#requests-log tr > td:nth-of-type(2) {
text-align: right;
}
.type-main_frame {
font-weight: bold;
}
tr.unused {
display: none;
}