[Libreoffice-commits] help.git: Branch 'libreoffice-6-2' - help3xsl/default.css
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 17:56:32 UTC 2018
help3xsl/default.css | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 6e0523b7cdce9919412bf5209c64d1df5061651e
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Thu Nov 22 11:54:01 2018 -0600
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Nov 22 18:56:09 2018 +0100
tdf#119415 Widen search box and style placeholder
Change-Id: I0f60cfea338e695e778d16a208153597ec6d19ca
(cherry picked from commit ad162dec44f8dc15cfa7405cba597b76cba8b3bd)
Reviewed-on: https://gerrit.libreoffice.org/63828
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 6fee23221..e6a59ad8b 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -580,6 +580,11 @@ li.disabled a {
}
#search-bar {
margin-top: 10px;
+ width: 100%;
+ caret-color: #148603;
+}
+#search-bar::placeholder {
+ font-style: italic;
}
.google-search {
max-width: 300px;
@@ -793,9 +798,6 @@ li.disabled a {
padding: 10px 50px;
width: 800px;
}
- #search-bar {
- max-width: 290px;
- }
}
@media screen and (min-width: 1440px) {
#Contents {
More information about the Libreoffice-commits
mailing list