Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
this fixes gorhill#4
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 25, 2014
1 parent 837c317 commit 83016d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
font-size: 1.1em;
left: 20%;
bottom: -20%;
visibility: hidden;
display: none;
color: black;
background-color: white;
opacity: 0.25;
Expand All @@ -562,7 +562,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
content: '\f107';
}
.matSection.collapsible .matRow.l1 .matCell:nth-of-type(1):hover #domainOnly {
visibility: visible;
display: block;
}
#matHead #domainOnly .fa:before {
content: '\f106';
Expand All @@ -571,7 +571,7 @@ body.colorblind .rw .matCell.t2 #blacklist:hover {
content: '\f107';
}
#matHead.collapsible .matRow .matCell:nth-of-type(1):hover #domainOnly {
visibility: visible;
display: block;
}
#domainOnly:hover {
opacity: 1;
Expand Down

0 comments on commit 83016d5

Please sign in to comment.