Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ---- modification for Aquatheme ------- */
- body.wp-core-ui input[type=text], body.wp-core-ui input[type=search], body.wp-core-ui input[type=tel], body.wp-core-ui input[type=time], body.wp-core-ui input[type=url], body.wp-core-ui input[type=week], body.wp-core-ui input[type=password], body.wp-core-ui input[type=color], body.wp-core-ui input[type=date], body.wp-core-ui input[type=datetime], body.wp-core-ui input[type=datetime-local], body.wp-core-ui input[type=email], body.wp-core-ui input[type=month], body.wp-core-ui input[type=number], body.wp-core-ui select, body.wp-core-ui textarea {
- border: 1px solid #ddd;
- box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
- background-color: #fff;
- color: #32373c;
- outline: 0;
- transition: 0.2s all linear;
- -webkit-transition: 0.2s all linear;
- -moz-transition: 0.2s all linear;
- -o-transition: 0.2s all linear;
- }
Advertisement
Add Comment
Please, Sign In to add comment