Add the history mode to the CryptDrive

This commit is contained in:
yflory
2017-04-28 18:23:41 +02:00
parent afb0061d7b
commit f414d480a9
5 changed files with 82 additions and 22 deletions

View File

@@ -42,7 +42,7 @@
}
button {
&#shareButton, &.btn.btn-success {
&#shareButton, &.buttonSuccess {
// Bootstrap 4 colors
color: #fff;
background: @toolbar-green;
@@ -58,7 +58,7 @@
margin-left: 5px;
}
}
&#newdoc, &.btn.btn-primary {
&#newdoc, &.buttonPrimary {
// Bootstrap 4 colors
color: #fff;
background: #0275d8;
@@ -443,7 +443,7 @@
display: inline-block;
vertical-align: middle;
text-align: center;
input { width: 50px; }
input { width: 75px; }
}
.gotoInput {
vertical-align: middle;