PHP Classes

File: sass/base/elements/_fields.scss

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   sass/base/elements/_fields.scss   Download  
File: sass/base/elements/_fields.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 5 days ago
Size: 573 bytes
 

Contents

Class file image Download
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: $color__text-input; border: 1px solid $color__border-input; border-radius: 3px; padding: 3px; &:focus { color: $color__text-input-focus; } } select { border: 1px solid $color__border-input; } textarea { width: 100%; }