Skip to content

Commit

Permalink
Better visual style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Dec 22, 2015
1 parent 362f623 commit 95a95df
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions assets/css/archive_plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,21 @@
user-select: none;

display: inline-block;
height: 1em;
height: 1rem;
line-height: 1rem;
margin-right: 1em;
margin-right: 1rem;
height: 1.2em;
height: 1.2rem;
line-height: 1.2rem;
margin-right: 1.2em;
margin-right: 1.2rem;
vertical-align: middle;
width: 1.2rem;
}
.archive-plus label:after {
color: #1bb3e9;
font-size: small;
left: 100%;
position: absolute;
margin-left: .1em;
margin-left: .1rem;
margin-left: .4em;
margin-left: .4rem;
}
.archive-plus label:hover:after {
color: #0e6e90;
Expand All @@ -64,6 +65,8 @@
.archive-plus li:hover > input:checked ~ .label:after,
.archive-plus li > input:checked ~ label:after {
content: "\25BC";
font-size: 140%;
margin-left: 0.2rem;
}
.archive-plus label.counter:after {
content: "";
Expand Down

0 comments on commit 95a95df

Please sign in to comment.