added missing CSS for buttondisabled class to bootstrap templates, resolves #11

pull/59/head
El RIDO 2016-08-09 15:06:21 +02:00
parent addb666a23
commit fc677b8e95
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ body.navbar-spacing {
padding-top: 70px;
}
.buttondisabled {
opacity: 0.3;
}
.navbar-nav {
margin: 0 8px;
padding: 3px;