mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 12:32:46 +08:00
updated pickerstyle to nc16
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
5fbc063725
commit
f50e79c321
1 changed files with 12 additions and 0 deletions
|
@ -65,4 +65,16 @@ $folderrowheight: 35px;
|
|||
}
|
||||
#controls{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.folderpicker-dialog{
|
||||
border-radius: var(--border-radius-large);
|
||||
box-shadow: 0 0 30px var(--color-box-shadow);
|
||||
.ui-dialog{
|
||||
border-radius: var(--border-radius-large);
|
||||
box-shadow: 0 0 30px var(--color-box-shadow);
|
||||
}
|
||||
.ui-widget-header {
|
||||
background: none;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue