diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-02 16:43:36 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-02 16:43:36 -0500 |
commit | 7f88031669446dd09ad5d149d91d8d6d01940560 (patch) | |
tree | 7b852c494d5220a918395de985dc72ab272cf69b /src/client/views/nodes/ScriptingBox.scss | |
parent | c3cc4bebe92ccdee2f95f5b6dee9d4e2f136a206 (diff) |
hovering params and little restructuring
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
-rw-r--r-- | src/client/views/nodes/ScriptingBox.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss index 14106dce2..edf79b38e 100644 --- a/src/client/views/nodes/ScriptingBox.scss +++ b/src/client/views/nodes/ScriptingBox.scss @@ -6,6 +6,17 @@ background-color: rgb(241, 239, 235); padding: 10px; + .boxed { + border: 1px solid black; + background-color: rgb(212, 198, 179); + width: auto; + height: auto; + font-size: 12px; + position: absolute; + z-index: 100; + padding: 5px; + } + .scriptingBox-inputDiv { display: flex; flex-direction: column; @@ -88,7 +99,7 @@ .rta__entity:hover { cursor: pointer; } - + .rta__entity>* { padding-left: 4px; padding-right: 4px; |