diff --git a/VERSION.properties b/VERSION.properties index 3710ffcc..2de39460 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.17 +client.version=1.4.18 server.version=1.4.5 diff --git a/shine-UI/styles/components.css b/shine-UI/styles/components.css index 59da0843..b3b0ce80 100644 --- a/shine-UI/styles/components.css +++ b/shine-UI/styles/components.css @@ -2225,6 +2225,10 @@ textarea.input { z-index: 2; } +.message-attachment-arrow[hidden] { + display: none; +} + .message-attachment-arrow:disabled { cursor: default; opacity: 0.28;