loleaflet/css/vex.css | 10 ++++++++++ 1 file changed, 10 insertions(+) New commits: commit dc3b46c7cd3df48ebd571b91b9d0129eda37fc37 Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Thu Oct 31 16:47:30 2019 +0100 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu Oct 31 18:54:20 2019 +0100
Insert comment: Style and improve textarea, add states Change-Id: I0beab8ef051acc04e9bc8cf2fb0ca3105eff3809 Reviewed-on: https://gerrit.libreoffice.org/81858 Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Tested-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css index 7539147cc..7609c9ff6 100644 --- a/loleaflet/css/vex.css +++ b/loleaflet/css/vex.css @@ -41,6 +41,16 @@ /*mobile*/ @media (max-width: 767px), (max-device-height: 767px) { + .vex-dialog-input > textarea.loleaflet-annotation-textarea { + height: 198px; + border: 4px solid #f0f0f0 !important; + box-shadow: 0 0 1px 1px #dfdfdf; + } + .vex-dialog-input > textarea.loleaflet-annotation-textarea:focus { + height: 198px; + border: 4px solid #f0f0f0 !important; + box-shadow: 0 0 1px 1px #0b87e7 !important; + } .vex-dialog-message { text-align: center; font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits