mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
unbold the 'Direct link' label
This commit is contained in:
parent
8a643ac5bc
commit
5ac4ec3a84
1 changed files with 4 additions and 1 deletions
|
|
@ -136,7 +136,10 @@ thead{
|
|||
.directLink {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.directLink input{
|
||||
.directLink label {
|
||||
font-weight: normal;
|
||||
}
|
||||
.directLink input {
|
||||
margin-left: 10px;
|
||||
width: 300px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue