Updated border radius

This commit is contained in:
Francesco Mangiacrapa 2023-06-06 12:04:25 +02:00
parent e73c3a0202
commit e76448d10a
2 changed files with 3 additions and 3 deletions

View File

@ -282,8 +282,8 @@ public class CrossFilteringLayerPanel extends Composite {
*/
private String placeholderLayer(LayerIDV layersIDV) {
String placeholder = "Select";
if (layersIDV != null)
placeholder += " " + layersIDV.getTitle();
// if (layersIDV != null)
// placeholder += " " + layersIDV.getTitle();
placeholder += " ...";
return placeholder;

View File

@ -26,7 +26,7 @@ body {
background-color: white;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
padding: 10px;
border-radius: 2px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;