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
c00f29e4
Commit
c00f29e4
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#6236
: Fix popover font-size in input groups
parent
9726fded
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+3
-1
docs/assets/css/bootstrap.css
less/forms.less
+2
-1
less/forms.less
with
5 additions
and
2 deletions
+5
-2
docs/assets/css/bootstrap.css
+
3
-
1
View file @
c00f29e4
...
@@ -1658,7 +1658,9 @@ select:focus:invalid:focus {
...
@@ -1658,7 +1658,9 @@ select:focus:invalid:focus {
.input-append
.uneditable-input
,
.input-append
.uneditable-input
,
.input-prepend
.uneditable-input
,
.input-prepend
.uneditable-input
,
.input-append
.dropdown-menu
,
.input-append
.dropdown-menu
,
.input-prepend
.dropdown-menu
{
.input-prepend
.dropdown-menu
,
.input-append
.popover
,
.input-prepend
.popover
{
font-size
:
14px
;
font-size
:
14px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
2
-
1
View file @
c00f29e4
...
@@ -430,7 +430,8 @@ select:focus:invalid {
...
@@ -430,7 +430,8 @@ select:focus:invalid {
input,
input,
select,
select,
.uneditable-input,
.uneditable-input,
.dropdown-menu {
.dropdown-menu,
.popover {
font-size: @baseFontSize;
font-size: @baseFontSize;
}
}
...
...
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