mirror of https://github.com/portainer/portainer
fix(edge/devices): make actions button larger [EE-2471] (#6542)
* fix(edge/devices): make actions button larger [EE-2471] fixes [EE-2471] * fix(edge/devices): fix table-actions-title padding Co-authored-by: cheloRydel <marcelorydel26@gmail.com>pull/6564/head
parent
93ddcfecd9
commit
73311b6f32
|
@ -8,18 +8,18 @@
|
|||
}
|
||||
|
||||
.table-actions-menu-list {
|
||||
padding: 0 10px 0 10px;
|
||||
background: var(--bg-widget-color);
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.table-actions-menu-list [data-reach-menu-item] {
|
||||
padding: 5px 5px !important;
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
.table-actions-menu-btn {
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
[data-reach-menu-link] {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.table-actions-title {
|
||||
color: var(--blue-2);
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue