diff --git a/public/index.html b/public/index.html index d255d3fca..2d2fff432 100644 --- a/public/index.html +++ b/public/index.html @@ -4298,7 +4298,7 @@
-

Creator's Notes

+

Creator's Notes

diff --git a/public/style.css b/public/style.css index 969efc27e..ff27b1250 100644 --- a/public/style.css +++ b/public/style.css @@ -1018,6 +1018,19 @@ select { order: 3; } +#character_popup .editor_maximize { + cursor: pointer; + margin: 5px; + opacity: 0.75; + filter: grayscale(1); + -webkit-transition: all 250ms ease-in-out; + transition: all 250ms ease-in-out; +} + +#character_popup .editor_maximize:hover { + opacity: 1; +} + .text_pole::placeholder { color: rgb(139, 139, 139); }