Updated border radius
This commit is contained in:
parent
e73c3a0202
commit
e76448d10a
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue