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

minor css tweaks

This commit is contained in:
gorhill 2015-05-10 15:28:05 -04:00
parent c4699d06a1
commit 9afbbae8cf

View file

@ -136,7 +136,7 @@ body.compactView #content td {
}
#content table tr td:nth-of-type(1) {
text-align: center;
text-align: right;
white-space: nowrap;
}
#content table tr td:nth-of-type(2) {
@ -148,7 +148,10 @@ body.compactView #content td {
font: 1em FontAwesome;
}
#content table tr.tab:not(.canMtx) {
opacity: 0.2;
opacity: 0.3;
}
#content table tr.tab:not(.canMtx):hover {
opacity: 0.7;
}
#content table tr.tab:not(.canMtx) > td:nth-of-type(2):before {
content: '\f00d';
@ -158,7 +161,7 @@ body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2) {
cursor: zoom-in;
}
body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover {
background: white;
background: #ccc;
}
#content table tr.cat_net td:nth-of-type(3) {
font: 12px monospace;
@ -192,7 +195,7 @@ body.popupOn #popupContainer {
background: #444;
border: 0;
border-bottom: 1px solid white;
height: 1.8em;
height: 1.4em;
}
#popupContainer > div {
text-align: right;
@ -202,7 +205,7 @@ body.popupOn #popupContainer {
cursor: pointer;
display: inline-block;
font: 14px FontAwesome;
padding: 4px;
padding: 1px 3px;
}
#popupContainer > div > span:hover {
color: white;