www/jqwidgets/styles/jqx.material.css

changeset 157
5b2f553175a6
parent 70
4da2414eabbc
child 451
259c97782bf8
equal deleted inserted replaced
156:35860890224c 157:5b2f553175a6
755 border-color: #E0E0E0; 755 border-color: #E0E0E0;
756 background-color: #fff; 756 background-color: #fff;
757 overflow: visible; 757 overflow: visible;
758 } 758 }
759 759
760 .jqx-tree-material .jqx-checkbox-material .jqx-checkbox-default-material,
760 .jqx-checkbox-material[checked] .jqx-checkbox-default-material, 761 .jqx-checkbox-material[checked] .jqx-checkbox-default-material,
761 .jqx-tree-grid-checkbox[checked].jqx-checkbox-default-material, 762 .jqx-tree-grid-checkbox[checked].jqx-checkbox-default-material,
762 .jqx-radiobutton-material[checked] .jqx-radiobutton-default-material 763 .jqx-radiobutton-material[checked] .jqx-radiobutton-default-material
763 { 764 {
764 background-color: #0077BE; 765 background-color: #0077BE;
773 height:14px !important; 774 height:14px !important;
774 position:relative; 775 position:relative;
775 top: 1px; 776 top: 1px;
776 left: 1px; 777 left: 1px;
777 background: white; 778 background: white;
779 }
780 .jqx-tree-material .jqx-checkbox-check-indeterminate-material {
781 width:12px !important;
782 height:12px !important;
783 top: 2px;
784 left:2px;
778 } 785 }
779 786
780 .jqx-checkbox-hover-material, 787 .jqx-checkbox-hover-material,
781 .jqx-radiobutton-hover-material { 788 .jqx-radiobutton-hover-material {
782 background-color: #0077BE; 789 background-color: #0077BE;
1791 background-image: url(images/plus_white.png); 1798 background-image: url(images/plus_white.png);
1792 } 1799 }
1793 .jqx-fill-state-pressed-material .jqx-menu-minimized-button-material { 1800 .jqx-fill-state-pressed-material .jqx-menu-minimized-button-material {
1794 background-image: url('images/icon-menu-minimized-white.png'); 1801 background-image: url('images/icon-menu-minimized-white.png');
1795 } 1802 }
1796 .jqx-fill-state-hover-material .jqx-editor-toolbar-icon-material, .jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-material { 1803 .jqx-fill-state-hover-material .jqx-editor-toolbar-icon-material,
1804 .jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-material {
1797 background: url('images/html_editor_white.png') no-repeat; 1805 background: url('images/html_editor_white.png') no-repeat;
1798 } 1806 }
1807
1808 .jqx-fill-state-hover-material .jqx-editor-toolbar-icon-fontsize-material,
1809 .jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-fontsize-material,
1810 .jqx-fill-state-hover-material .jqx-editor-toolbar-icon-forecolor-material,
1811 .jqx-fill-state-pressed-material .jqx-editor-toolbar-icon-forecolor-material
1812 {
1813 background: url('images/html_editor.png') no-repeat;
1814 }
1815
1799 .jqx-editor-toolbar-button-material{ 1816 .jqx-editor-toolbar-button-material{
1800 border-color: #ddd; 1817 border-color: #ddd;
1801 box-shadow: none !important; 1818 box-shadow: none !important;
1802 color: #333; 1819 color: #333;
1803 } 1820 }
1821
1822 jqx-editor-toolbar-icon-fontsize-material,
1823 jqx-editor-toolbar-icon-fontcolor-material {
1824
1825 }
1826

mercurial