Saturday, December 20, 2014

How To remove Box Shadow in OBIEE Dashboard


I have received below requirement from customer. He was excepting to remove the box shadow in dashboard level not for global. How to achieve this ?

 

Using the below code we can remove the box shadow in dashboard page level.

<style>

 .DashboardPageContentDiv {

   background-color:white;

   padding:0px

   }

 .SectionTable {

  background-image:none;

  border-left:none;

  border-right:none;

  border-bottom:none;

  border-top:none;

  margin-right:0px;

  margin-left:0px;

  -webkit-box-shadow:none;

  box-shadow:none

  }

</style>

 

Step 1 :

 Edit à Dashoard à Drag text object à and apply the above custom code and check the HTML check mark and save it then run it . Hurry box shadow is gone.
 
Here Is Screen shots for your reference:



 

 
 

 
Hope this Help's

Thanks,
Satya Ranki Reddy