added button state for files which no actions are available for

This commit is contained in:
Hauke Klement
2015-03-21 12:40:58 +01:00
parent 5ec0a82157
commit 49f5ab061a
6 changed files with 15 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ button i.fa-spin {
display: none;
}
#dummy {
display: none;
width: 100% !important;
}
#editor-buttons {
background-color: #008CBA;
margin-top: 1em;