Added css attribute placeholder for search div

This commit is contained in:
QuantuM410
2023-10-05 20:01:30 +05:30
parent 4da0785494
commit 70aa3b1ff1
2 changed files with 7 additions and 0 deletions

View File

@@ -358,3 +358,9 @@ template {
[hidden] {
display: none;
}
[contentEditable]:empty:before {
content: attr(placeholder);
color: #9ca3af;
opacity: 1;
}