The following modifiers are supported:
The following type attributes are supported:
type="text"
type="password"
type="email"
type="tel"
You are viewing the deprecated 0.7.0 version of the website. Click here to view the latest version
The text input and its variations
The following modifiers are supported:
The following type attributes are supported:
type="text"
type="password"
type="email"
type="tel"
You can resize the loading spinner by appending is-small
, is-medium
or is-large
to the control
container.
New! 0.5.3
If you use the readonly
HTML attribute, the input will look similar to a normal one, but is not editable and has no shadow.
If you also append the is-static
modifier, it removes the background, border, shadow, and horizontal padding, while maintaining the vertical spacing so you can easily align the input in any context, like a horizontal form.
You can append one of 2 modifiers on a control:
has-icons-left
has-icons-right
You also need to add a modifier on the icon:
icon is-left
if has-icons-left
is used
icon is-right
if has-icons-right
is used
The size of the input will define the size of the icon container.
If the control contains an icon, Bulma will make sure the icon remains centered, no matter the size of the input or of the icon.
You can use these variables to customize this element. Simply set one or multiple of these variables before importing Bulma. Learn how.
Name | Default value |
---|---|
Name | Default value |
$input-color
|
$grey-darker
|
$input-background-color
|
$white
|
$input-border-color
|
$grey-lighter
|
$input-shadow
|
inset 0 1px 2px rgba($black, 0.1)
|
$input-hover-color
|
$grey-darker
|
$input-hover-border-color
|
$grey-light
|
$input-focus-color
|
$grey-darker
|
$input-focus-border-color
|
$link
|
$input-focus-box-shadow-size
|
0 0 0 0.125em
|
$input-focus-box-shadow-color
|
rgba($link, 0.25)
|
$input-disabled-color
|
$text-light
|
$input-disabled-background-color
|
$background
|
$input-disabled-border-color
|
$background
|
$input-arrow
|
$link
|
$input-icon-color
|
$grey-lighter
|
$input-icon-active-color
|
$grey
|
$input-radius
|
$radius
|
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub