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

Commit

Permalink
added missing CSS for buttondisabled class to bootstrap templates, re…
Browse files Browse the repository at this point in the history
…solves #11
  • Loading branch information
elrido committed Aug 9, 2016
1 parent addb666 commit fc677b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/bootstrap/privatebin.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ body.navbar-spacing {
padding-top: 70px;
}

.buttondisabled {
opacity: 0.3;
}

.navbar-nav {
margin: 0 8px;
padding: 3px;
Expand Down

0 comments on commit fc677b8

Please sign in to comment.