Commit 0f574a57 authored by Jakob Moser's avatar Jakob Moser
Browse files

Improve look of textareas

parent 8ed3e5cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.13
 * Version: 1.14
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -972,7 +972,7 @@ blockquote cite {
}

/* -- Form elements -- */
input, select, button {
input, select, button, textarea {
    margin: 0.25em;
    padding: 0.25em;
    font-size: 1em;
@@ -982,7 +982,7 @@ input, select, button {
    border: none;
}

input {
input, textarea {
    box-shadow: 0 0 2px #8d8d8d inset;
}