Fix the backup button in anonymous drive

This commit is contained in:
yflory
2017-06-23 18:02:36 +02:00
parent 06a0590f73
commit ce44a8d351
3 changed files with 17 additions and 1 deletions

View File

@@ -768,6 +768,14 @@ body {
}
}
}
.cryptpad-backup {
margin: 0;
border-radius: 0;
background: transparent;
&:hover {
background-color: rgba(0,0,0,0.2);
}
}
}
}
.cryptpad-toolbar-leftside {