www/jqwidgets/styles/jqx.material-green.css

changeset 451
259c97782bf8
parent 157
5b2f553175a6
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
1196 } 1196 }
1197 input[type="password"] { 1197 input[type="password"] {
1198 letter-spacing: 0.3em; 1198 letter-spacing: 0.3em;
1199 } 1199 }
1200 1200
1201 .jqx-input-widget-material-green.jqx-rtl > input {
1202 direction: rtl
1203 }
1204
1201 .jqx-input-label-material-green { 1205 .jqx-input-label-material-green {
1202 color: #E0E0E0; 1206 color: #E0E0E0;
1203 font-size: 14px; 1207 font-size: 14px;
1204 font-weight: normal; 1208 font-weight: normal;
1205 position: absolute; 1209 position: absolute;
1805 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-forecolor-material-green, 1809 .jqx-fill-state-hover-material-green .jqx-editor-toolbar-icon-forecolor-material-green,
1806 .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-forecolor-material-green 1810 .jqx-fill-state-pressed-material-green .jqx-editor-toolbar-icon-forecolor-material-green
1807 { 1811 {
1808 background: url('images/html_editor.png') no-repeat; 1812 background: url('images/html_editor.png') no-repeat;
1809 } 1813 }
1810 .jqx-editor-toolbar-button-material-green{ 1814 .jqx-editor-toolbar-button-material-green {
1811 border-color: #ddd; 1815 border-color: #ddd;
1812 box-shadow: none !important; 1816 box-shadow: none !important;
1813 color: #333; 1817 color: #333;
1814 } 1818 }
1819
1820 /*applied to the timepicker*/
1821 .jqx-needle-central-circle-material-green {
1822 fill: rgb(85, 139, 47);
1823 }
1824
1825 .jqx-needle-material-green {
1826 fill: rgb(85, 139, 47);
1827 }
1828
1829 .jqx-time-picker .jqx-header .jqx-selected-material-green:focus {
1830 outline: 2px solid rgba(85, 139, 47, 0.5);
1831 box-shadow: 0px 0px 4px 2px rgba(85, 139, 47, 0.125);
1832 }
1833
1834 .jqx-svg-picker-material-green:focus {
1835 border: 1px solid rgb(85, 139, 47) !important;
1836 }

mercurial