summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-10 09:48:08 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-10 09:48:08 -0500
commit1e21cf1fa77421ab7abd52d55af1662a6890766e (patch)
tree119aef0404fe8b79a5c8ca90aa08b2f28e159e9c /help3xsl
parentOnline help CSS: improve link colors so Olivier doesn’t hate me (diff)
downloadhelp-1e21cf1fa77421ab7abd52d55af1662a6890766e.tar.gz
help-1e21cf1fa77421ab7abd52d55af1662a6890766e.zip
CSS: Separate this rule out of the block
Change-Id: I1c7ea2603fcbb8a6668cde831848246bb4d1c3a4
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5e1a75702a..5502308ad2 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;
}