Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2823

Re: How to apply background color for Dropdown box

$
0
0

override standand css classes for example

 

.sapMInputBaseInner{

  background:red;

}

.sapMComboBoxBaseArrow,.sapMComboBoxBasePressed .sapMComboBoxBaseArrow, html.sap-desktop .sapMComboBoxBasePressed .sapMComboBoxBaseArrow:hover{

  background:red;

}

 

Chrome DevTools Overview - Google Chrome

may be helpful for you to find style information and classes.


Viewing all articles
Browse latest Browse all 2823

Trending Articles