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

minor css edit

This commit is contained in:
gorhill 2015-05-11 14:53:59 -04:00
parent 9d245c0510
commit b65fd71012

View file

@ -170,11 +170,10 @@ body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover {
}
#content table tr.cat_net td:nth-of-type(5) {
}
#content table tr.cat_net td:nth-of-type(5) > span > span {
#content table tr.cat_net td:nth-of-type(5) > span > * {
opacity: 0.6;
}
#content table tr.cat_net td:nth-of-type(5) > span > b {
font-weight: bold;
#content table tr.cat_net td:nth-of-type(5) > span > b:first-of-type {
opacity: 1;
}