2014-10-30 112 views

回答

1

您可以随时在您的oracle apex应用程序中包含CSS。向你展示它可以做得多简单。 See sample here

enter image description here

简单的方法

  1. 编辑您的网页
  2. 在CSS - >在线部分输入代码:

    table.apexir_WORKSHEET_DATA tr.odd td { 
        background-color: #def !important; 
        border-bottom: 1px solid #cef !important; 
    } 
    

现在,您可以将它提升到新的水平,将自定义CSS添加到您的应用程序中。 See here how to.