1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 02:14:52 +12:00

minor css changes

This commit is contained in:
gorhill 2015-05-04 01:19:05 -04:00
parent 5b513a005f
commit 33b5ac1a57

View file

@ -58,25 +58,30 @@ input:focus {
#content table tr {
background-color: #fafafa;
}
#content table tr.cat_info {
color: #00a;
}
#content table tr.blocked {
color: #c00;
}
#content table tr:nth-of-type(2n+1) {
background-color: #eee;
}
#content table tr > td[colspan="3"]:nth-of-type(2) {
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
#content table tr.doc {
background-color: #666;
color: white;
text-align: center;
}
#content table tr.doc > td {
border: 0;
}
#content table tr.doc > td:nth-of-type(2) {
padding: 1em 0;
white-space: normal;
word-break: break-all;
word-wrap: break-word;
}
#content table tr.cat_info {
color: #00a;
}
#content table tr.blocked {
color: #c00;
padding: 0.6em 0;
}
/*
#content table tr.allowed {