projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9cd22
)
Style the search bar when disabled
author
Guillaume Grossetie
<ggrossetie@gmail.com>
Tue, 15 Feb 2022 13:44:19 +0000
(14:44 +0100)
committer
Dan Allen
<dan@opendevise.com>
Thu, 17 Feb 2022 09:28:02 +0000
(09:28 +0000)
src/css/header.css
patch
|
blob
|
history
diff --git
a/src/css/header.css
b/src/css/header.css
index
db9ee52
..
e320b0a
100644
(file)
--- a/
src/css/header.css
+++ b/
src/css/header.css
@@
-61,6
+61,17
@@
body {
padding: 0 0.25em;
}
+#search-input:disabled {
+ background-color: #dbdbdb;
+ /* disable cursor */
+ cursor: not-allowed;
+ pointer-events: all !important;
+}
+
+#search-input:disabled::placeholder {
+ color: #4c4c4c;
+}
+
.navbar-burger {
background: none;
border: none;