Commit c4dea3f1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'improve-form-look-and-feel' into 'master'

Improve form look and feel

See merge request !33
parents 11ce21ae d193f3fb
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.14
 * Version: 1.15
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -980,7 +980,7 @@ blockquote cite {
}

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

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