summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-11-22 11:54:01 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-11-22 11:54:01 -0600
commitad162dec44f8dc15cfa7405cba597b76cba8b3bd (patch)
tree3be2496431f29f1371b748d0fded17f86022eec0 /help3xsl/default.css
parentStop index headers from being linkified (diff)
downloadhelp-ad162dec44f8dc15cfa7405cba597b76cba8b3bd.tar.gz
help-ad162dec44f8dc15cfa7405cba597b76cba8b3bd.zip
tdf#119415 Widen search box and style placeholder
Change-Id: I0f60cfea338e695e778d16a208153597ec6d19ca
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 6fee232216..e6a59ad8b8 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 {