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) {
|
private String placeholderLayer(LayerIDV layersIDV) {
|
||||||
String placeholder = "Select";
|
String placeholder = "Select";
|
||||||
if (layersIDV != null)
|
// if (layersIDV != null)
|
||||||
placeholder += " " + layersIDV.getTitle();
|
// placeholder += " " + layersIDV.getTitle();
|
||||||
|
|
||||||
placeholder += " ...";
|
placeholder += " ...";
|
||||||
return placeholder;
|
return placeholder;
|
||||||
|
|
|
@ -26,7 +26,7 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 2px;
|
border-radius: 10px;
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
bottom: 12px;
|
bottom: 12px;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
|
|
Loading…
Reference in New Issue