Own CSS styles as option
Robert Hartl
Like in many themes there is an option to add own CSS styles for individual design. There are many small design wishes, why not all solve them with the option of adding own CSS styles by user, which override the standard theme ones?
Log In
Tim
This would be create. The current list styling is a UI disaster.
Thibault de Changy
Good idea for pro users per team...
Until then I would suggest at least one tweak since I feel the UI a bit hard to read by lack of sharp shadows used on containers.
See the Code suggestion here as example.
You can try them using a simple "CSS code injector" browser plugin.
New code :
.lv-task__container {
box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
}
Please test this quickly and you should feel the readability difference in no time.
Regards.
I even updated the code here, try it out :
.cu-header,
.lv-task__container,
.cu-sidebar-resizer .cu-sidebar /
sidebar
/ {box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
}
.top-section {
box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}