task_25066 #15

Merged
francesco.mangiacrapa merged 18 commits from task_25066 into master 2023-06-09 10:37:46 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e76448d10a - Show all commits

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;