Search
-
Text Color in Dropdown Select List in Editor Form?
by hamlet1964 ·select option { color: #035096; } }); function format ( d ) { var rows = ''; var i; var ext1; for ( i=0 ; i<(d.files.length) ; i++ ) { ext1 = -
Text Color in Dropdown Select List in Editor Form?
by rf1234 ·editor .on('opened', function ( e, type, action ) { div.DTE_Field_InputControl select option { color: #035096; } }) -
Text Color in Dropdown Select List in Editor Form?
by rf1234 ·div.DTE_Field_InputControl select option { border: solid 1px #035096; color: #035096; } -
Text Color in Dropdown Select List in Editor Form?
by hamlet1964 ·div.DTE_Field_Input input { border: solid 1px #035096; color: #035096; } div.DTE_Field_InputControl select { border: solid 1px #035096; color: #035096; } -
Change Input Field Border Colors on Datatables Editor?
by hamlet1964 ·div.DTE_Field_Input input { border: solid 2px #035096; } div.DTE_Field_InputControl select { border: solid 2px #035096; } -
Change Input Field Border Colors on Datatables Editor?
by rost ·div.DTE_Field_Type_textarea textarea { border: solid 1px #035096; } -
Change Input Field Border Colors on Datatables Editor?
by hamlet1964 ·Any idea how I can change the border color around DTE input fields? The default is black; I would like to use #035096.