It is currently 20 September 2024, 4:03 Advanced search

CSS limitations

Questions and answers on how to best use Instant Developer

CSS limitations

Postby Ted Giles » 28 May 2023, 15:25

My previous question regarding placing fields in a border works OK.
On the other hand, I cannot use many of the CSS commands, like dotted border line. Fill with a colour works though.
So my question is, do I have to create a full css customised folder, or is it my 13.8 version which is causing the issue?
Or maybe it is my lack of understanding.
User avatar
Ted Giles
 
Posts: 583
Joined: 29 November 2013, 12:58
Location: The Wolds, Lincolnshire, UK

Re: CSS limitations

Postby ljwilson » 28 May 2023, 20:39

Changing solid to dotted in the custom.css file, recompiling (the project referenced in https://forum.instantdeveloper.com/viewtopic.php?f=7&t=92464#p178883), and doing a Control-F5 shows a dotted line around the group for me, using InDe 13.5:

Code: Select all
.group-form-box
{
  position: absolute;
  border-top : 1px !important;
  border-left : 1px !important;
  border-right : 1px !important;
  border-bottom : 1px !important;
  border-style: dotted !important;
}


2023-05-28_16-40-34.png
2023-05-28_16-40-34.png (18.74 KiB) Viewed 728 times


...jack
ljwilson
 
Posts: 772
Joined: 26 November 2013, 14:15

Re: CSS limitations

Postby Ted Giles » 4 June 2023, 15:50

As usual, you are absolutely correct, Jack.
Many thanks.
User avatar
Ted Giles
 
Posts: 583
Joined: 29 November 2013, 12:58
Location: The Wolds, Lincolnshire, UK


Return to Tips & Tricks

Who is online

Users browsing this forum: No registered users and 2 guests

cron