I just tried simulating an extension by creating an external style sheet. It did not work at my first attempt, but after deleting the browser cache it did exactly as expected. Now I'm out of ideas.
Original Message:
Sent: Mon August 04, 2025 10:41 AM
From: Patrick Neveu
Subject: Rounded corners in prompts
Thomas,
Nothing new with this new css. Sorry.
Best regards,
------------------------------
Patrick Neveu
BSL Consulting
IBM Champion
Original Message:
Sent: Mon August 04, 2025 09:54 AM
From: Thomas Wolf
Subject: Rounded corners in prompts
Hi Patrick,
this might be a matter of specifity. The inspector shows the border definition inside DIV.clsListView.
So your extension may work if you make it even more specific.
.clsInputArea div.clsListView {
border-radius: 25px;
box-shadow: 5px 10px 8px #888888;
}
It is just guesswork, for I cannot import extensions to our system. Knowing myself, I think our admin acted wisely.
Regards,
Thomas
------------------------------
Thomas Wolf
BI Professional
Techniker Krankenkasse
Hamburg
Original Message:
Sent: Mon August 04, 2025 08:50 AM
From: Patrick Neveu
Subject: Rounded corners in prompts
Hi Thomas,
Thank you for your answer. I forget to mention I'm using Cognos Analytics v12.1.0.
It is working fine with your style in an HTML element.
It is NOT working when I replace my original css file with your (without <style>...</style>) in my extension. I reload the update, logoff then logon.
Here is my css file:
/* .clsListView .clsListViewReportView .clsPromptSelectWithSearch .clsPromptSelectValue */.ba-tile{ height:160px !important; border-radius: 25px; box-shadow: 5px 10px 8px #888888; width: 95%;}.fs{box-shadow: 5px 10px 8px #888888;}.clsListView{ border-radius: 10%; border-color: #573EEF !important;} .clsListViewReportView{ border-radius: 10%; border-color: #573EEF !important; }
Best regards,
------------------------------
Patrick Neveu
BSL Consulting
IBM Champion
Original Message:
Sent: Mon August 04, 2025 07:42 AM
From: Thomas Wolf
Subject: Rounded corners in prompts
For me (CA 12.0.4) it's clsListView and clsListViewReportView alright.
For reasons of simplicity, I just added a html element to the report. It should work in an extension as well.
------------------------------
Thomas Wolf
BI Professional
Techniker Krankenkasse
Hamburg
Original Message:
Sent: Mon August 04, 2025 06:55 AM
From: Patrick Neveu
Subject: Rounded corners in prompts
Hi,
I'm trying to implement rounded corners in prompts.

I've read the excellent discussion called Changing the size of the tiles in 11.2 | Cognos Analytics.
So I've created an extension. I know this extension is partially working because I have the tiled with rounded corners:

I did try to use:
.clsListView .clsListViewReportView .clsPromptSelectWithSearch .clsPromptSelectValue .clsPromptComponent .fs
in my css file. Unfortunately, this is not working with prompts:

Any idea would be appreciated!
------------------------------
Patrick Neveu
BSL Consulting
IBM Champion
------------------------------