itteerde / fvttconfig

Configuration for our Foundry VTT environments
2 stars 1 forks source link

Investigate how to use own CSS #167

Closed itteerde closed 9 months ago

itteerde commented 1 year ago

I think we need to investigate how to use our own CSS. Especially it is possible to provide a cssClass to Dialog.

for example in ddb-importer

        new Dialog(
          {
            title: `${importType} updates`,
            content: {
              dataType: type,
              dataTypeDisplay: importType,
              fileData,
              cssClass: "import-data-updates",
            },
            buttons: {
              confirm: {
...
itteerde commented 1 year ago

Putting our styles in one css file per Module (and probably using the same for all) should make everything GUI much simpler.