diff --git a/resources/views/options.blade.php b/resources/views/options.blade.php index 207e62d..c24188d 100644 --- a/resources/views/options.blade.php +++ b/resources/views/options.blade.php @@ -9,7 +9,7 @@ color:rgba(0, 0, 0, 0.55); } - #theme_options label, :not(#theme_options .toggle-group label){ + #theme_options label, #theme_options label:not(#theme_options .toggle-group label){ font-weight: normal; font-size: 16px; width: 100%; @@ -36,6 +36,10 @@ border: 0px; } + .voyager .nav-tabs>li.active>a:hover{ + background-color:#62a8ea; + } + @endsection