# HG changeset patch # User Michiel Broek # Date 1535485535 -7200 # Node ID c97dae13c12b634533beea3d06f34b952bc156a1 # Parent a26a3d63e90fd431573b324d376d010733537b72 Removed the ugly fonts from the theme. diff -r a26a3d63e90f -r c97dae13c12b www/jqwidgets/styles/jqx.ui-mbse.css --- a/www/jqwidgets/styles/jqx.ui-mbse.css Tue Aug 28 21:25:15 2018 +0200 +++ b/www/jqwidgets/styles/jqx.ui-mbse.css Tue Aug 28 21:45:35 2018 +0200 @@ -69,13 +69,13 @@ } .jqx-widget-ui-mbse{ line-height: 17px; - font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; + font-family:Verdana,Arial,sans-serif; font-size:15px; font-style:normal; } -.jqx-widget-content-ui-mbse{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; background: #000000 url(images/darkness/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; border-color:#59b4d4; color:#fff; font-size:15px} +.jqx-widget-content-ui-mbse{font-family:Verdana,Arial,sans-serif; background: #000000 url(images/darkness/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; border-color:#59b4d4; color:#fff; font-size:15px} .jqx-widget-content-ui-mbse a{color:#fff} -.jqx-widget-header-ui-mbse{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; background: #333333 url(images/darkness/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x; border-color: #333; color:#fff; font-size:15px} +.jqx-widget-header-ui-mbse{font-family:Verdana,Arial,sans-serif; background: #333333 url(images/darkness/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x; border-color: #333; color:#fff; font-size:15px} .jqx-widget-header-ui-mbse a{color:#fff} .jqx-fill-state-normal-ui-mbse{border-color: #666666; background: #555555 url(images/darkness/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x; color: #eeeeee;}