1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(images): display unused images tags (#1009)

This commit is contained in:
Konstantin Azizov 2017-07-11 10:56:28 +03:00 committed by Anthony Lapenna
parent b23943e30b
commit bc4b0a0b35
9 changed files with 41 additions and 9 deletions

View file

@ -513,3 +513,8 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
opacity: 0.9;
}
/*!toaster override*/
.monospaced {
font-family: monospace;
font-weight: 600;
}