Browse Source

portainer: login page

pull/110/head
gilbN 6 years ago
parent
commit
0f4813054a
  1. 13
      CSS/themes/portainer/portainer-base.css

13
CSS/themes/portainer/portainer-base.css

@ -72,7 +72,18 @@
color: #ccc; color: #ccc;
} }
/* LOGIN */ /* LOGIN */
.panel-default {
border-color: transparent;
}
.panel {
background-color: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-body {
background-color: transparent;
}
/* SIDEBAR */ /* SIDEBAR */
#sidebar-wrapper { #sidebar-wrapper {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);

Loading…
Cancel
Save