Skip to content

Commit

Permalink
rules: filesview anchor link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Oct 5, 2020
1 parent 19d8d8f commit 069cb43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rules/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,11 @@ cursor: pointer;
}
.filesview .item .anchor {
float: right;
width: 22px; height: 22px;
width: 20px; height: 20px;
margin: 0px;
padding: 0px;
background-image: url(icons/link.png);
background-size: 50%;
background-size: 80%;
opacity: 0.7;
}
.filesview .item .icon {
Expand Down

0 comments on commit 069cb43

Please sign in to comment.