Note locking support

This commit is contained in:
Mo Bitar
2018-03-01 13:07:07 -06:00
parent 3c336de306
commit 538f03aa66
6 changed files with 35 additions and 8 deletions

View File

@@ -7,6 +7,10 @@ $heading-height: 75px;
background-color: white;
}
.locked {
opacity: 0.8;
}
#editor-title-bar {
width: 100%;

View File

@@ -41,8 +41,8 @@ a.disabled {
margin-left: 3px;
}
.icon.ion-locked {
#footer-lock-icon {
margin-left: 5px;
border-left: 1px solid gray;
padding-left: 8px;
border-left: 1px solid gray;
}