[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 31 17:54:40 UTC 2019
loleaflet/css/vex.css | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit dc3b46c7cd3df48ebd571b91b9d0129eda37fc37
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Oct 31 16:47:30 2019 +0100
Commit: Szymon Kłos <szymon.klos at 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.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at 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;
More information about the Libreoffice-commits
mailing list