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 {

View File

@@ -1290,6 +1290,14 @@ body.app-file .cryptpad-toolbar .dropdown-bar-content p .accountData {
.cryptpad-toolbar-top .cryptpad-user .cryptpad-user-dropdown button span .fa {
margin-left: 3px;
}
.cryptpad-toolbar-top .cryptpad-user .cryptpad-backup {
margin: 0;
border-radius: 0;
background: transparent;
}
.cryptpad-toolbar-top .cryptpad-user .cryptpad-backup:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.cryptpad-toolbar-leftside {
height: 32px;
float: left;