diff --git a/assets/custom.css b/assets/custom.css index 47a61d5..45b3743 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -1,3 +1,8 @@ +/* Add at the top of the file */ +[x-cloak=""] { + display: none !important; +} + /* Force page scrolling behavior */ html, body { height: 100%; @@ -548,4 +553,23 @@ thead.sticky-header { display: flex; align-items: center; justify-content: center; +} + +/* Settings Base Styles */ +.input { + border-radius: 0.3rem; +} + +.select { + border-radius: 0.3rem; +} + +.badge.badge-primary.badge-sm.changed-badge { + opacity: 1; + transition: opacity 0.3s ease-out; + display: flex; + align-items: center; + justify-content: center; + margin-top: 0.125rem; + height: 1rem; } \ No newline at end of file diff --git a/views/settings/settingsBase.html b/views/settings/settingsBase.html index ca68e66..bcd7ef5 100644 --- a/views/settings/settingsBase.html +++ b/views/settings/settingsBase.html @@ -77,31 +77,6 @@ } }; -