Skip to main content

Oracle

Switching Back from Icons to Text (Siebel OUI)

For many old-schoolers, we are very familiar with having text displayed for common buttons (Query, New, Edit, Delete, etc.) instead of icons.

Iconization’ was introduced in later versions of Siebel OUI, and for many existing clients, text was a better fit.

Oracle - Guide to Oracle Cloud: 5 Steps to Ensure a Successful Move to the Cloud
Guide to Oracle Cloud: 5 Steps to Ensure a Successful Move to the Cloud

Explore key considerations, integrating the cloud with legacy applications and challenges of current cloud implementations.

Get the Guide

Changing the applet level vanilla buttons from icons to text is a very simple CSS trick. You can either fix the vanilla CSS file, or add the code to your custom CSS file (tested in version 16.x).

  1. The first step is to find out the what Siebel icon class is being used. For example, for new record, Siebel uses siebui-icon-newrecord. This can be identified by inspecting the button in your browser.
  2. Override the functionality in your custom CSS file or add to the vanilla CSS file. For example, to show the text for new record button use the following code:
    1. button.siebui-icon-newrecord span{
      display: initial !important
      }
    2. button.siebui-icon-newrecord::before{
      content: none!important
      }

Such small tweaks to CSS goes a long way in maintaining customer satisfaction (no re-training, no hovering over buttons to look for help text etc).

Tags

Thoughts on “Switching Back from Icons to Text (Siebel OUI)”

  1. Hi – thanks for sharing this info. I have tried this in my application but one issue which i am facing right now is, i am getting different size for each button, for eg. new button is appearing but but menu is appearing small. let me know if there is any property which we can add to make them look identical in size.

    Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Valentine Christopher, Project Manager

More from this Author

Categories
Follow Us
TwitterLinkedinFacebookYoutubeInstagram