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

changeset 451
259c97782bf8
parent 157
5b2f553175a6
child 733
67bf19c50fcc
equal deleted inserted replaced
450:fa742816bb8b 451:259c97782bf8
1192 } 1192 }
1193 input[type="password"] { 1193 input[type="password"] {
1194 letter-spacing: 0.3em; 1194 letter-spacing: 0.3em;
1195 } 1195 }
1196 1196
1197 .jqx-input-widget-material-purple.jqx-rtl > input {
1198 direction: rtl
1199 }
1200
1197 .jqx-input-label-material-purple { 1201 .jqx-input-label-material-purple {
1198 color: #E0E0E0; 1202 color: #E0E0E0;
1199 font-size: 14px; 1203 font-size: 14px;
1200 font-weight: normal; 1204 font-weight: normal;
1201 position: absolute; 1205 position: absolute;
1808 .jqx-editor-toolbar-button-material-purple{ 1812 .jqx-editor-toolbar-button-material-purple{
1809 border-color: #ddd; 1813 border-color: #ddd;
1810 box-shadow: none !important; 1814 box-shadow: none !important;
1811 color: #333; 1815 color: #333;
1812 } 1816 }
1817
1818 /*applied to the timepicker*/
1819 .jqx-needle-central-circle-material-purple {
1820 fill: rgb(98, 0, 238);
1821 }
1822
1823 .jqx-needle-material-purple {
1824 fill: rgb(98, 0, 238);
1825 }
1826
1827 .jqx-time-picker .jqx-header .jqx-selected-material-purple:focus {
1828 outline: 2px solid rgba(98, 0, 238, 0.5);
1829 box-shadow: 0px 0px 4px 2px rgba(98, 0, 238, 0.125);
1830 }
1831
1832 .jqx-svg-picker-material-purple:focus {
1833 border: 1px solid rgb(98, 0, 238) !important;
1834 }

mercurial