mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fixes #6236: Fix popover font-size in input groups
This commit is contained in:
Vendored
+3
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user