[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-3' - loleaflet/css
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 10 15:17:59 UTC 2020
loleaflet/css/loleaflet.css | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 741360882b5b0a1e47461e0857ba2c18d0a65426
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu May 7 12:36:00 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 10 17:17:40 2020 +0200
MSForms: do some styling of drop-down form field..
Change-Id: I70d4766dcf116e31cde18f67cfea6551197657a8
(cherry picked from commit 98f4b50673f9dd2e1b56a6cb63679c5e5ac723d1)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93888
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 8639f504d..b2dc2e8cb 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -532,6 +532,7 @@ body {
border: 1px solid;
position: absolute;
height: 100%;
+ border-radius: 2px;
}
.form-field-button {
@@ -541,6 +542,7 @@ body {
height: 100%;
box-sizing: content-box;
padding: 0px;
+ border-radius: 2px;
}
.form-field-button:hover, .form-field-button:focus {
@@ -554,6 +556,7 @@ body {
.drop-down-field-list {
position: absolute;
border: 1px solid;
+ cursor: pointer;
}
.drop-down-field-list-item {
@@ -563,3 +566,6 @@ body {
.drop-down-field-list-item.selected {
background: #99CCFF;
}
+.drop-down-field-list-item:hover {
+ background: #0b87e7;
+}
More information about the Libreoffice-commits
mailing list