Skip to content

Commit bcfda5a

Browse files
committed
- Changed font-family and font-size for datepicker and combobox.
1 parent 6ad1e40 commit bcfda5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

interface/web/themes/default/css/screen/jquery-ui-custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
background-image:none;
33
background-color:#FFFFFF;
44
color:#000000;
5-
}
5+
}
6+
.ui-widget { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 100%; }
7+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 100%; }

0 commit comments

Comments
 (0)