Looking to make adjustments to login and pop-up dialogs (CSS contributions) #4268
Replies: 2 comments 3 replies
-
Those files are just CSS, without any compilation. The Persona Bar uses Less, so if you wanted to look into adding a build process to the If you're going to make significant changes to the display of the front-end that don't require users to opt-in, we would probably target those changes for v10 (assuming everyone agrees that they're changes we want in the platform). I think @david-poindexter would be the first line of approval for anything like that. |
Beta Was this translation helpful? Give feedback.
-
I'd be happy work with you @10PoundGorilla-ChrisBehling. Many people have tried to improve the login control styling, etc., but it usually comes back to how and when. Getting consensus on the "how" has been historically challenging. ;-) Once the "how" has been decided, that usually dictates the "when". We follow semantic versioning. Since many commercial and custom themes already style the login controls, any changes to DNN Platform in this area would be a "breaking change". So...such changes would need to be planned accordingly. |
Beta Was this translation helpful? Give feedback.
-
Hey there, I've been getting the itch to look into making CSS contributions to the platform and I'm not entirely sure where to start. There are a few areas that I'm really interested in seeing improvements in but I'm not sure how these areas may be changing as we approach v10/v11.
I'd love to see both the default login and pop-up modal/dialogs refined to look and feel like an extension of the persona bar and more inline with the current version of DNN as opposed to DNN 7/8.
Most of these styles seem to be associated to the default.css file (/Resources/Shared/stylesheets/dnndefault/7.0.0/default.css). Snooping through the repo I'm not seeing any scss/sass for these files and was trying to identify if they are compiled or currently managed through pure css. If it is the case that these styles are managed through standard CSS maybe that would be a starting place, to shift these files to scss.
Beta Was this translation helpful? Give feedback.
All reactions