diff --git a/threadr/board/post.php b/threadr/board/post.php index a609c76..746d490 100644 --- a/threadr/board/post.php +++ b/threadr/board/post.php @@ -1,4 +1,4 @@
" + echo "
" ?> diff --git a/threadr/style.css b/threadr/style.css index 62bf22e..57a3bf9 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -146,6 +146,14 @@ input[type=submit]:hover { background-color: #8bd3dd; } +textarea, select { + color: #001858; + display: inline-block; + border: 1px solid #001858; + box-sizing: border-box; + box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); +} + button { font-family: monospace; background-color: #001858;