update css
This commit is contained in:
parent
5cf9ac7849
commit
cb16941d01
|
|
@ -125,3 +125,20 @@
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.floating-component #plugin_arg_panel {
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border: solid;
|
||||||
|
border-width: thin;
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-component #edit-panel {
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
|
border: solid;
|
||||||
|
border-width: thin;
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue