[Blueprint] Password inputs now the same style as regular text inputs
Port of blueprint d77e914e85669ff9f05034e51d4d6d8a9dba2fa9
This commit is contained in:
parent
9b8830b891
commit
b8b43c3ebc
@ -21,7 +21,7 @@
|
|||||||
font-weight: bold
|
font-weight: bold
|
||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
input
|
input
|
||||||
&.text, &.title, &[type=text]
|
&.text, &.title, &[type=text], &[type=password]
|
||||||
margin: 0.5em 0
|
margin: 0.5em 0
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
padding: 5px
|
padding: 5px
|
||||||
@ -38,8 +38,9 @@
|
|||||||
margin: 0.5em 0
|
margin: 0.5em 0
|
||||||
|
|
||||||
=blueprint-form-sizes(!input_width = 300px, !textarea_width = 390px, !textarea_height = 250px)
|
=blueprint-form-sizes(!input_width = 300px, !textarea_width = 390px, !textarea_height = 250px)
|
||||||
input.text, input.title
|
input
|
||||||
width= !input_width
|
&.text, &.title, &[type=text], &[type=password]
|
||||||
|
width= !input_width
|
||||||
textarea
|
textarea
|
||||||
width= !textarea_width
|
width= !textarea_width
|
||||||
height= !textarea_height
|
height= !textarea_height
|
||||||
@ -47,7 +48,7 @@
|
|||||||
=blueprint-form-borders(!unfocused_border_color = #bbb, !focus_border_color = #666, !fieldset_border_color = #ccc)
|
=blueprint-form-borders(!unfocused_border_color = #bbb, !focus_border_color = #666, !fieldset_border_color = #ccc)
|
||||||
fieldset
|
fieldset
|
||||||
border= 1px "solid" !fieldset_border_color
|
border= 1px "solid" !fieldset_border_color
|
||||||
input.text, input.title,
|
input.text, input.title, input[type=text], input[type=password],
|
||||||
textarea,
|
textarea,
|
||||||
select
|
select
|
||||||
border= 1px "solid" !unfocused_border_color
|
border= 1px "solid" !unfocused_border_color
|
||||||
|
Loading…
Reference in New Issue
Block a user