change title and search boxes style

This commit is contained in:
quenousimporte 2024-10-22 09:30:32 +02:00
parent afc839bee1
commit e4f8b2f0a3
2 changed files with 7 additions and 3 deletions

View File

@ -142,7 +142,7 @@
<input type="submit" name="download" value="download" accesskey="d">
<input type="submit" name="delete" value="delete">
<input hidden name="lastchanged" value="<?php echo $lastchanged; ?>">
<div><span>#&nbsp;</span><input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>"></div>
<input autocomplete="off" class="title" name="title" value="<?php echo $title; ?>">
</div>
<div class="editor">
<textarea rows="<?php echo $rows; ?>" autofocus name="content" spellcheck="false"><?php echo $content; ?></textarea>

View File

@ -33,8 +33,12 @@ a {
border: none;
outline: none;
margin-top: 10px;
color: inherit;
width: 80%;
color: grey;
width: 500px;
}
::placeholder {
color: lightgrey;
}
input[type="submit"] {