Skip to content

Commit

Permalink
Fixing the options page
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Apr 4, 2021
1 parent 9416fa4 commit 48e12bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/options.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -36,6 +36,10 @@
border: 0px;
}
.voyager .nav-tabs>li.active>a:hover{
background-color:#62a8ea;
}
</style>

@endsection
Expand Down

0 comments on commit 48e12bf

Please sign in to comment.