jquery-ui: fix fonts in dialog boxes (#3671).
Fix the default jquery-ui theme overriding our body font with Arial.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
.ui-widget {
|
||||
font-family: $base_font_family;
|
||||
|
||||
input, select, textarea, button {
|
||||
font-family: $base_font_family;
|
||||
}
|
||||
}
|
||||
|
||||
div.ui-dialog {
|
||||
height: auto! important;
|
||||
overflow: visible;
|
||||
|
||||
Reference in New Issue
Block a user