Skip to content

Commit

Permalink
simplify rotor loaded css
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeskih committed Aug 27, 2019
1 parent ae14d55 commit 3cbb655
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/components/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,25 +131,5 @@
}

.rotor-loaded {
background-color: white;
font-family: "Ubuntu Mono";
padding: 5px 12px 5px 12px;
margin-bottom: 10px;
margin-right: 10px;
cursor: default;
border: 0.5px solid #999;
color: rgb(92, 92, 92);
background-image: linear-gradient(
45deg,
#ffffff 25%,
#f2f2f2 25%,
#f2f2f2 50%,
#ffffff 50%,
#ffffff 75%,
#f2f2f2 75%,
#f2f2f2 100%
);
background-size: 11.63px 11.63px;
text-align: center;
display: block;
visibility: hidden;
}

0 comments on commit 3cbb655

Please sign in to comment.