Skip to content

Commit c555005

Browse files
committed
Fix folder name
1 parent 80596f9 commit c555005

File tree

1 file changed

+3
-3
lines changed
  • deps/rabbitmq_management/priv/www/css

1 file changed

+3
-3
lines changed

deps/rabbitmq_management/priv/www/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)