updated pickerstyle to nc16

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2019-01-01 13:51:47 +01:00
parent 5fbc063725
commit f50e79c321
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -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;
}
}