cirandas.net

ref: dockerize

plugins/custom_routes/public/stylesheets/custom_routes.scss


1
2
3
4
5
6
7
div#custom-routes {
  tr.route-entry.loading {
    background-color: #ddd;
    opacity: 0.3;
    pointer-events: none;
  }
}