Commit e68836e2 by Dányi Bence

webui: port/vm-credentials tables redesigned

parent 25a8441e
......@@ -429,3 +429,23 @@
}
}
}
#vm-credentials, #ports {
.content {
padding: 15px;
}
}
table {
width: 100%;
border-collapse: collapse;
tr {
width: 100%;
&:hover {
background-color: rgba(0,0,0,0.1);
};
td,th {
padding: 5px;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment