The skin key in /config/adminlte.php doesn’t work when set to black
See original GitHub issueEnvironment:
- AdminLTE Version: v1.24.2
- Operating System: Mac OS
- Browser (Version): Chrome (Latest)
I can’t change the skin key to ‘skin’ => ‘black’ or ‘skin’ => ‘black-light’ . It does work with ‘skin’ => ‘blue’ or ‘skin’ => ‘yellow’ but no color with ‘skin’ => ‘black’.
I have also hardcoded the link in views/vendor/adminlte/page.blade.php
<link rel="stylesheet" href="{{ asset('vendor/adminlte/dist/css/skins/skin-black-light.min.css')}} ">
The css debugger is showing correctly the skin-black-light in the body header => https://ibb.co/Msd0tZN
I have cleared the cache and config but as I say all skin work except the black or black-light
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Laravel - adminlte.php doesn't recognize Auth::id()
I tried adding use Illuminate\Support\Facades\Auth; to both adminlte. php and controller but still doesn't work. adminlte. php:
Read more >AdminLTE 2 | Documentation
It is a responsive HTML template that is based on the CSS framework Bootstrap 3. It utilizes all of the Bootstrap components in...
Read more >@extend doesn't work in one page - Laracasts
I have a master that works in all pages than needs to run in it except one page which is edit.blade.php. I removed...
Read more >Change Log | Blessing Skin Manual
Fixed that message for private textures doesn't match with HTTP status code ... Plugin system: config.blade.php as default config file name.
Read more >40 Free Bootstrap Admin Dashboard Templates 2022 - Colorlib
This template collection will find HTML/CSS coded admin templates and ... AdminLTE is by far the most popular admin dashboard template ever ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thx for you feedback. I am closing this, yet the naming should be reviewed.
If you familiar with less that should be easiest way to crate a new skin (real-black)
by copy file skin-yellow.less (or skin-yellow-light.less) to a new file (eg. skin-real-black.less) and edit
@yellow
to@black
(or which color you want) and edit.skin-yellow
(or.skin-yellow-light
) to your skin name (eg..skin-real-black
)(I did this step to do my above screen shot)