File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deps/rabbitmq_management/priv/www/css Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,11 +477,11 @@ input.toggle:checked + label.toggle:after {
477477}
478478
479479.switcher__radio--light {
480- background-image : url ('../ing /light.svg' );
480+ background-image : url ('../img /light.svg' );
481481}
482482
483483.switcher__radio--auto {
484- background-image : url ('../ing /auto.svg' );
484+ background-image : url ('../img /auto.svg' );
485485}
486486
487487.switcher__radio--dark {
@@ -501,7 +501,7 @@ input.toggle:checked + label.toggle:after {
501501 border-radius : 18px ;
502502 background-color : rgb (255 255 255 / 0.5 );
503503 background-repeat : no-repeat;
504- background-image : url ('../ing /status.svg' );
504+ background-image : url ('../img /status.svg' );
505505 background-size : 32px ;
506506 background-position : center;
507507 transition : background-position 0.1s ease-in;
You can’t perform that action at this time.
0 commit comments