Add the history mode to the CryptDrive
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user