diff --git a/src/public/assets/theme/default/css/common.css b/src/public/assets/theme/default/css/common.css index 2492417..9a0ac6b 100644 --- a/src/public/assets/theme/default/css/common.css +++ b/src/public/assets/theme/default/css/common.css @@ -34,18 +34,6 @@ a:hover { transition: opacity .5s ease-in-out; } -textarea:focus, -input:focus { - outline: none; - color: #fff; -} - -textarea::placeholder, -input::placeholder { - color: #9698a5; - opacity: 1; -} - input, textarea { background: #5d627d; @@ -56,6 +44,22 @@ textarea { font-size: 13px; } +textarea:focus, +input:focus { + outline: none; + color: #fff; +} + +textarea:focus { + min-height: 120px; +} + +textarea::placeholder, +input::placeholder { + color: #9698a5; + opacity: 1; +} + input:hover, textarea:hover { background: #636884;