Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
bfd092e8
Commit
bfd092e8
authored
Nov 05, 2014
by
Pascal Herbert
Browse files
add styling for input types email, tel, input with class form-control
parent
18a968b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
paper/bootstrap.css
View file @
bfd092e8
...
...
@@ -6519,12 +6519,15 @@ a {
}
textarea
,
textarea
.form-control
,
input
.form-control
,
input
[
type
=
text
],
input
[
type
=
password
],
input
[
type
=
email
],
input
[
type
=
number
],
[
type
=
text
]
.form-control
,
[
type
=
password
]
.form-control
{
[
type
=
password
]
.form-control
,
[
type
=
email
]
.form-control
,
[
type
=
tel
]
.form-control
{
padding
:
0
;
border
:
none
;
border-radius
:
0
;
...
...
@@ -6534,31 +6537,40 @@ input[type=number],
}
textarea
:focus
,
textarea
.form-control
:focus
,
input
.form-control
:focus
,
input
[
type
=
text
]
:focus
,
input
[
type
=
password
]
:focus
,
input
[
type
=
email
]
:focus
,
input
[
type
=
number
]
:focus
,
[
type
=
text
]
.form-control
:focus
,
[
type
=
password
]
.form-control
:focus
{
[
type
=
password
]
.form-control
:focus
,
[
type
=
email
]
.form-control
:focus
,
[
type
=
tel
]
.form-control
:focus
{
-webkit-box-shadow
:
inset
0
-2px
0
#2196f3
;
box-shadow
:
inset
0
-2px
0
#2196f3
;
}
textarea
[
disabled
],
textarea
.form-control
[
disabled
],
input
.form-control
[
disabled
],
input
[
type
=
text
][
disabled
],
input
[
type
=
password
][
disabled
],
input
[
type
=
email
][
disabled
],
input
[
type
=
number
][
disabled
],
[
type
=
text
]
.form-control
[
disabled
],
[
type
=
password
]
.form-control
[
disabled
],
[
type
=
email
]
.form-control
[
disabled
],
[
type
=
tel
]
.form-control
[
disabled
],
textarea
[
readonly
],
textarea
.form-control
[
readonly
],
input
.form-control
[
readonly
],
input
[
type
=
text
][
readonly
],
input
[
type
=
password
][
readonly
],
input
[
type
=
email
][
readonly
],
input
[
type
=
number
][
readonly
],
[
type
=
text
]
.form-control
[
readonly
],
[
type
=
password
]
.form-control
[
readonly
]
{
[
type
=
password
]
.form-control
[
readonly
],
[
type
=
email
]
.form-control
[
readonly
],
[
type
=
tel
]
.form-control
[
readonly
]
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
border-bottom
:
1px
dotted
#ddd
;
...
...
paper/bootstrap.min.css
View file @
bfd092e8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
bfd092e8
...
...
@@ -116,12 +116,15 @@ a {
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control {
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control {
padding: 0;
border: none;
border-radius: 0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment