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

this fixes #4

This commit is contained in:
gorhill 2014-10-25 11:18:09 -04:00
parent 56a9e8a460
commit 92717f4cfd

View file

@ -548,7 +548,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
font-size: 1.1em; font-size: 1.1em;
left: 20%; left: 20%;
bottom: -20%; bottom: -20%;
visibility: hidden; display: none;
color: black; color: black;
background-color: white; background-color: white;
opacity: 0.25; opacity: 0.25;
@ -562,7 +562,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
content: '\f107'; content: '\f107';
} }
.matSection.collapsible .matRow.l1 .matCell:nth-of-type(1):hover #domainOnly { .matSection.collapsible .matRow.l1 .matCell:nth-of-type(1):hover #domainOnly {
visibility: visible; display: block;
} }
#matHead #domainOnly .fa:before { #matHead #domainOnly .fa:before {
content: '\f106'; content: '\f106';
@ -571,7 +571,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
content: '\f107'; content: '\f107';
} }
#matHead.collapsible .matRow .matCell:nth-of-type(1):hover #domainOnly { #matHead.collapsible .matRow .matCell:nth-of-type(1):hover #domainOnly {
visibility: visible; display: block;
} }
#domainOnly:hover { #domainOnly:hover {
opacity: 1; opacity: 1;