I start from this default theme (blucristal)
https://openui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.InputAssisted/preview
Now I want change the background of the editable input from white to (for example) yellow. How Can I do?
I would like use Ui theme designer but I can't find the correct property to change
.sapMinputBaseInner
so you would need something like this in css:.sapMInputBaseInner{background:yellow};
Didn't list as answer because I'm talking out of my ass. lol – knocked loose