没有自定义 - valuePicker工作正常 https://serveragi12.agi-imc.de/BootstrapTest.nsf
使用自定义(在主题中修改bootstrap.min.css作为资源) - valuePicker不工作
https://serveragi12.agi-imc.de/BootstrapTestCustomized.nsf
比较两种情况的按钮外观,btn-warning的背景颜色已修改并生效。
更多信息:
唯一的区别是,在自定义的情况下,按钮的背景颜色在bootstrap.min.css中被修改,然后bootstrap.min.css被引用为主题中的资源。
奇怪的是,更改背景颜色会影响valuePicker的功能。
主题代码(用于BootstrapTestCustomized):
<theme extends="Bootstrap3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="platform:/plugin/com.ibm.designer.domino.stylekits/schema/stylekit.xsd">
<resource>
<content-type>text/css</content-type>
<href>/css/bootstrap.min.css</href>
<media>screen</media>
</resource>
</theme>