Fix missing style in toolbar/less2

pull/1/head
yflory 2017-09-25 11:59:05 +02:00
parent 4049931924
commit 92c808812a
2 changed files with 9 additions and 1 deletions

View File

@ -658,6 +658,14 @@
}
}
}
p.cp-toolbar-account {
&> span {
font-weight: bold;
span {
font-weight: normal;
}
}
}
.cp-toolbar-backup {
margin: 0;
border-radius: 0;

View File

@ -318,7 +318,7 @@ define([
$userAdminContent.append($userName);
options.push({
tag: 'p',
attributes: {'class': 'accountData'},
attributes: {'class': 'cp-toolbar-account'},
content: $userAdminContent.html()
});
}