Flat TM1 web buttons

Post Reply
stex2727
Posts: 66
Joined: Tue Sep 15, 2009 11:29 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2007

Flat TM1 web buttons

Post by stex2727 »

So a lot of things from the 80's have made a comeback but I just cant see silver 3d rectangular 3d buttons coming back into vogue anytime soon.

To change the appearence you can change the TM1web css file below

C:\Program Files\ibm\cognos\tm1_64\TM1Web\css\websheet.css

add the following lines of code to the end of the file, restart the website and hey presto flat action buttons

input[id^=TIButt] {
border: 0px !important;
}

This comes without any warranty and I know when you upgrade the change will be overwritten. But think of all the demos and presentations where you're extolling the virtues of web and TM1 only to hear the giggles when they see an action button.

See attached picture for before and after.

Steve
Attachments
screenshot
screenshot
TM1FORUMPIC.png (17.34 KiB) Viewed 3446 times
stex2727
Posts: 66
Joined: Tue Sep 15, 2009 11:29 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2007

Re: Flat TM1 web buttons

Post by stex2727 »

oh this should also work but I haven't tested across all browsers versions etc

.actionButtonControl
{
border:0 !important;
}


Steve
Post Reply