diff --git a/public/assets/css/dash/frame.css b/public/assets/css/dash/frame.css index 1271283..d0b6bb8 100644 --- a/public/assets/css/dash/frame.css +++ b/public/assets/css/dash/frame.css @@ -136,6 +136,10 @@ button[data-render="false"] svg { fill: var(--secondary); } +button[data-enabled="false"] svg { + fill: var(--primary); +} + /* RESPONSIVE */ @media only screen and (max-width: 900px) { diff --git a/resources/views/back/settings.blade.php b/resources/views/back/settings.blade.php index 897bd2c..26548f5 100644 --- a/resources/views/back/settings.blade.php +++ b/resources/views/back/settings.blade.php @@ -23,8 +23,10 @@

@if($lastBackup != '') LAST BACK UP
@@ -36,25 +38,33 @@
@if(isset($apiStatus) && $apiStatus == 'true') @else @endif @if(isset($dynamicRenderStatus) && $dynamicRenderStatus == 'true') @else @@ -65,12 +75,16 @@ @foreach($themes as $theme) @if($theme['name'] == $currentTheme) @else @endif @@ -95,7 +109,9 @@ @endif @include('forms.mailforms')