diff -r 35860890224c -r 5b2f553175a6 www/jqwidgets/styles/jqx.base.css --- a/www/jqwidgets/styles/jqx.base.css Sun Dec 30 18:18:22 2018 +0100 +++ b/www/jqwidgets/styles/jqx.base.css Sun Dec 30 20:10:19 2018 +0100 @@ -274,7 +274,6 @@ margin: 1px; border: 1px solid transparent; color: inherit !important; - *color: expression(this.parentNode.currentStyle['color']) !important; outline: none; font-weight: normal !important; line-height:14px; @@ -530,7 +529,6 @@ text-decoration: none; cursor: pointer; color: inherit; - *color: expression(this.parentNode.currentStyle['color']); } .jqx-grid-group-column a:visited{ color: inherit; @@ -541,7 +539,6 @@ outline: 0 none; text-decoration: none; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to a grid cell*/ .jqx-grid-cell { @@ -1008,7 +1005,6 @@ right: 0; text-align: left; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to a sub menu item when the mouse is over the item.*/ .jqx-menu-item-hover @@ -1023,7 +1019,6 @@ padding: 4px 8px 4px 8px; text-align: left; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to a top-level menu item when the mouse is over it.*/ .jqx-menu-item-top-hover @@ -1036,7 +1031,6 @@ padding: 4px 8px 4px 8px; top: 50%; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to a sub menu item when its sub menu is opened.*/ .jqx-menu-item-selected @@ -1050,7 +1044,6 @@ padding: 4px 8px 4px 8px; text-align: left; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to a disabled sub menu item.*/ .jqx-menu-item-disabled @@ -1215,7 +1208,6 @@ color: inherit; outline: none; background-color: transparent; - *color: expression(this.parentNode.currentStyle['color']); } /*applied to the menu widget when it is disabled.*/ @@ -1552,25 +1544,22 @@ .jqx-tabs-title a:link { color: inherit; - *color: expression(this.parentNode.currentStyle['color']); + text-decoration: none; } .jqx-tabs-title a:hover { color: inherit; - *color: expression(this.parentNode.currentStyle['color']); text-decoration: none; } .jqx-tabs-title a:active { color: inherit; - *color: expression(this.parentNode.currentStyle['color']); text-decoration: none; } .jqx-tabs-title a:visited { color: inherit; - *color: expression(this.parentNode.currentStyle['color']); text-decoration: none; } /*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'top' .*/ @@ -2516,7 +2505,7 @@ outline: 0 none; text-decoration: none; cursor: pointer; - *color: expression(this.parentNode.currentStyle['color']); + } /*applied to the ComboBox when the widget is disabled.*/ .jqx-combobox-state-disabled @@ -3917,7 +3906,7 @@ } .jqx-grid-column-header a:link, .jqx-grid-column-header a:visited { - *color: expression(this.parentNode.currentStyle['color']); + } .jqx-grid-bottomright, .jqx-panel-bottomright, .jqx-listbox-bottomright { @@ -6009,7 +5998,6 @@ box-sizing: border-box; opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; - *filter: alpha(opacity=60); display: none; } .jqx-layout-resize-feedback-horizontal @@ -6065,7 +6053,6 @@ z-index: 99999; opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; - *filter: alpha(opacity=90); } .jqx-docking-layout-overlay-square-edge { display: none; @@ -6168,7 +6155,6 @@ background-color: #6495ED; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; - *filter: alpha(opacity=50); z-index: 10000; top: 0px; left: 0px; @@ -6211,7 +6197,6 @@ height: 0px; display: block; background: transparent !important; - *filter: inherit; } .jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top {