mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 08:31:05 +00:00
set font-family for inputs and such via basefontfamily
This commit is contained in:
parent
6b9f70797d
commit
69e4522a4e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -48,7 +48,7 @@ input,
|
||||||
button,
|
button,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
#font > #family > .sans-serif(); // And only set font-family here for those that need it (note the missing label element)
|
font-family: @baseFontFamily; // And only set font-family here for those that need it (note the missing label element)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Identify controls by their labels
|
// Identify controls by their labels
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue