added missing CSS for buttondisabled class to bootstrap templates, resolves #11
This commit is contained in:
parent
addb666a23
commit
fc677b8e95
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ body.navbar-spacing {
|
|||
padding-top: 70px;
|
||||
}
|
||||
|
||||
.buttondisabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
margin: 0 8px;
|
||||
padding: 3px;
|
||||
|
|
Loading…
Reference in a new issue