You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/react/components/datatables/ActionsMenu.module.css

28 lines
429 B

.actions {
float: right;
margin: 5px 10px 0 0;
}
.actions-active {
color: var(--blue-2);
}
.table-actions-menu-list {
background: var(--bg-widget-color);
border: 1px solid var(--border-color);
}
.table-actions-menu-list [data-reach-menu-item] {
padding: 5px 15px;
}
.table-actions-menu-btn {
border: none;
background: none;
padding: 0 10px;
}
[data-reach-menu-link] {
text-decoration: none !important;
}