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:
f51a4e0
)
set the opacity of the placeholder text for an input field to make it consistent
author
Dan Allen
<dan@opendevise.com>
Thu, 31 Mar 2022 08:23:03 +0000
(
02:23
-0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 31 Mar 2022 08:23:21 +0000
(
02:23
-0600)
src/css/base.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
a10201b
..
b0d16ee
100644
(file)
--- a/
src/css/base.css
+++ b/
src/css/base.css
@@
-103,6
+103,10
@@
object[type="image/svg+xml"]:not([width]) {
width: fit-content;
}
+::placeholder {
+ opacity: 0.5;
+}
+
@supports (scrollbar-width: thin) {
body * {
scrollbar-width: thin;