mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Border radius on header buttons
For an unknown reason, the border radius was still applied on the header buttons
This commit is contained in:
parent
c8825b97aa
commit
96508edd00
2 changed files with 3 additions and 2 deletions
|
@ -155,6 +155,7 @@ body {
|
|||
a {
|
||||
display: block;
|
||||
margin: 3px 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
a.fa-sign-out {
|
||||
.fa-2x;
|
||||
|
|
4
src/dist/css/style.min.css
vendored
4
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue