Loading lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -99,5 +99,8 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/memories/') !== false) { $this->util->addStyle($this->appName, 'memories'); } if (strpos($pathInfo, '/apps/forms/') !== false) { $this->util->addStyle($this->appName, 'forms'); } } } scss/forms.scss 0 → 100644 +9 −0 Original line number Diff line number Diff line body[data-theme-dark] .app-navigation.app-navigation--close svg path { fill: currentColor; } body[data-theme-dark] .action-item.action-item--default-popover.action-item--primary .button-vue--icon-and-text { color: #ffffff; } .v-select .vs__selected-options input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="color"]):not([type="file"]):not([type="image"]):not(.multiselect__input){ background-color:transparent; } No newline at end of file Loading
lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -99,5 +99,8 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/memories/') !== false) { $this->util->addStyle($this->appName, 'memories'); } if (strpos($pathInfo, '/apps/forms/') !== false) { $this->util->addStyle($this->appName, 'forms'); } } }
scss/forms.scss 0 → 100644 +9 −0 Original line number Diff line number Diff line body[data-theme-dark] .app-navigation.app-navigation--close svg path { fill: currentColor; } body[data-theme-dark] .action-item.action-item--default-popover.action-item--primary .button-vue--icon-and-text { color: #ffffff; } .v-select .vs__selected-options input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="color"]):not([type="file"]):not([type="image"]):not(.multiselect__input){ background-color:transparent; } No newline at end of file