NetTalk Web Server > Web Server - Ask For Help

NT11 to NT12 browse lines

(1/1)

Alberto:
Hi, I was playing with the themer an didnt fout a theme that brings back the browse vertical lines.
Is there any theme setting for that?
see pics
Thanks

Bruce:
The best way to discover any setting is to use Developer Tools to inspect the CSS. Then you will either see the setting being used, or perhaps a value that you can override in your custom css.

It's a little easier if you inspect a theme where the effect is visible rather than invisible - From memory the ShoeStrap1 theme has lines in the browse, so inspect that one.

Cheers
Bruce

Alberto:
Looking at the base theme css

   --browse-table-border:1px solid var(--none);
   --browse-table-row-border-color:var(--none);
   --browse-table-cell-border-color:var(--none);

Is this --none OK?

1- Can this be modified with the themer?

2- Can I add this lines to my custom.css to change ALL of my browses?
    Must I do it in customT.css creating a root?
   --browse-table-border:1px solid LightGray;
   --browse-table-row-border-color:LightGray;
   --browse-table-cell-border-color:LightGray;

Ive solved this chainging the css

Regards

Bruce:
hi Alberto,

It's important to realise that the nt-theme.css file contains almost a thousand lines of settings.
Whereas the Themer app itself only changes a small potion of those (the most important ones).
So you will likely change a lot of the settings by hand as you refine your own theme.

if you wanted to change say the   
--browse-table-row-border-color:var(--none);
then you could alter it to
--browse-table-row-border-color:var(--color-primary);
--browse-table-row-border-color:var(--color-grey);
or some color;
--browse-table-row-border-color:LightGrey;

Cheers
Bruce

Navigation

[0] Message Index

Go to full version