diff -r 35860890224c -r 5b2f553175a6 www/jqwidgets/styles/jqx.material.css --- a/www/jqwidgets/styles/jqx.material.css Sun Dec 30 18:18:22 2018 +0100 +++ b/www/jqwidgets/styles/jqx.material.css Sun Dec 30 20:10:19 2018 +0100 @@ -757,6 +757,7 @@ overflow: visible; } +.jqx-tree-material .jqx-checkbox-material .jqx-checkbox-default-material, .jqx-checkbox-material[checked] .jqx-checkbox-default-material, .jqx-tree-grid-checkbox[checked].jqx-checkbox-default-material, .jqx-radiobutton-material[checked] .jqx-radiobutton-default-material @@ -776,6 +777,12 @@ left: 1px; background: white; } +.jqx-tree-material .jqx-checkbox-check-indeterminate-material { + width:12px !important; + height:12px !important; + top: 2px; + left:2px; +} .jqx-checkbox-hover-material, .jqx-radiobutton-hover-material { @@ -1793,11 +1800,27 @@ .jqx-fill-state-pressed-material .jqx-menu-minimized-button-material { background-image: url('images/icon-menu-minimized-white.png'); } -.jqx-fill-state-hover-material .jqx-editor-toolbar-icon-material, .jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-material { +.jqx-fill-state-hover-material .jqx-editor-toolbar-icon-material, +.jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-material { background: url('images/html_editor_white.png') no-repeat; } + +.jqx-fill-state-hover-material .jqx-editor-toolbar-icon-fontsize-material, +.jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-fontsize-material, +.jqx-fill-state-hover-material .jqx-editor-toolbar-icon-forecolor-material, +.jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-forecolor-material +{ + background: url('images/html_editor.png') no-repeat; +} + .jqx-editor-toolbar-button-material{ border-color: #ddd; box-shadow: none !important; color: #333; -} \ No newline at end of file +} + +jqx-editor-toolbar-icon-fontsize-material, +jqx-editor-toolbar-icon-fontcolor-material { + +} +