
Here are the suggested steps to add a new theme in Siebel client running in Open UI mode. 1. Create the custom css file and place it in \public\enu\files. For example - "theme-blue-tab.css" with the following contents:#s_sctrl #s_sctrl_tabScreen.ui-tabs ul.ui-tabs-nav li a {color: white;font-size: 14px;font-weight: normal;height: 24px;font-style: italic;background: #99CCFF;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,#99CCFF 0,#dfdfdf 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#99CCFF),color-stop(100%,#dfdfdf));background: -webkit-linear-gradient(top,steelblue 0,steelblue 100%);background:...