1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Add remove tab style

This commit is contained in:
Daniel Molina 2016-04-14 16:56:12 +02:00
parent e51c79de30
commit 81a53c51cf

View File

@ -71,4 +71,9 @@
a {
padding: 0.5rem 1.5rem;
}
}
.remove-tab:hover {
color: $alert-color;
cursor: pointer;
}