diff --git a/static/koboldai.css b/static/koboldai.css index aac1ee67..5c0e4d40 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1110,12 +1110,20 @@ td.server_vars { .world_info_item_type { /* Workaround for Firefox bug: https://stackoverflow.com/a/42283543 */ padding: 1px; + padding-bottom: 0px; + display: inline-block; + height: 2.8ex; + cursor: text; outline: none; border-bottom: 1px solid gray; transition: color 200ms, border-bottom-color 200ms; } +.world_info_item_type::before { + opacity: 0.3 !important; +} + .world_info_item_type.bad-input { color: rgb(255, 103, 103); border-bottom-color: red;