[Libreoffice-commits] help.git: help3xsl/default.css
Adolfo Jayme Barrientos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 14:48:39 UTC 2020
help3xsl/default.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 1e21cf1fa77421ab7abd52d55af1662a6890766e
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Thu Sep 10 09:48:08 2020 -0500
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Sep 10 09:48:08 2020 -0500
CSS: Separate this rule out of the block
Change-Id: I1c7ea2603fcbb8a6668cde831848246bb4d1c3a4
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5e1a75702..5502308ad 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -560,11 +560,13 @@ li.disabled a {
outline: none;
padding: 0 .25em;
transition: all 0.30s ease-in-out;
- width: 100%;
}
#search-bar:focus, input:focus {
border: 1px solid #0EA5FB;
}
+#search-bar {
+ width: 100%;
+}
#search-bar::placeholder {
font-style: italic;
}
More information about the Libreoffice-commits
mailing list