Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
61b5efba
Commit
61b5efba
authored
4 years ago
by
Itamar Eduardo Gonçalves de Oliveira
Committed by
Mark Otto
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
v4 Examples/Floating-labels: fix bad behavior with autofill
parent
a1b2071f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/docs/4.5/examples/floating-labels/floating-labels.css
+7
-0
site/docs/4.5/examples/floating-labels/floating-labels.css
with
7 additions
and
0 deletions
+7
-0
site/docs/4.5/examples/floating-labels/floating-labels.css
+
7
-
0
View file @
61b5efba
...
...
@@ -103,6 +103,13 @@ body {
color
:
#777
;
}
.form-label-group
input
:-webkit-autofill
~
label
{
padding-top
:
.25rem
;
padding-bottom
:
.25rem
;
font-size
:
12px
;
color
:
#777
;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports
(
-ms-ime-align
:
auto
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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