Drop Shadow in CSS
Comments
-
Good evening,
Is there a way to add a drop shadow to a grid/canvas?
Thank you,
-
Hi,
You can accomplish the drop shadow by using CSS styles on your form. But out of the box, Decisions does not have the option to add drop shadows on forms.
Please let me know if you have any questions about this.Thank you.
-
Hi,
The question is, how, within the CSS do you apply the drop shadow to the grid/canvas as an element? I see how to add it to the label and text box elements but not to grids to get the look shown in the wireframe below.
Thanks.
-
Hi,
Depending on if you are using CSS on your form currently, you can use styling similar to this.
div.card {
width: 100%;
height: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}On the grid itself, you can simply apply the card to the CSS class in the properties. I have attached pictures of configuration of the Grid Properties and how the form looks after applying the CSS.
Thank you.
-
CSS General - Dont know if this will help anyone out, but there are some decent online CSS editors for creating the styling you want. I recommend [url=http://enjoycss.com/]http://enjoycss.com/[/url] - This will give you a little sample to see what your styling should look like when completed and give you the code to add to your CSS document
CSS Shadows in Decisions - I can get internal shadows to work, but Ive not gotten external shadows to work - I dont think Decisions supports that.
Howdy, Stranger!
Categories
- 4.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions