mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
set font-family for inputs and such via basefontfamily
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user