2014-10-30 106 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.