mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-13 19:40:13 +00:00
CSS: import action column fix from pbs, pmg
So it is in one location and available to pve as well. Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
parent
eaa8d084e8
commit
34edc91701
@ -274,3 +274,20 @@ div.right-aligned {
|
||||
/* markdown tables end */
|
||||
|
||||
/* markdown content end */
|
||||
|
||||
/* action column fix start */
|
||||
.x-action-col-icon {
|
||||
margin: 0 1px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.x-action-col-icon:before, .x-action-col-icon:after {
|
||||
font-size: 14px;
|
||||
}
|
||||
.x-action-col-icon:hover:before, .x-action-col-icon:hover:after {
|
||||
text-shadow: 1px 1px 1px #AAA;
|
||||
font-weight: 800;
|
||||
}
|
||||
.x-action-col-icon:before {
|
||||
color: #555;
|
||||
}
|
||||
/* action column fix end */
|
||||
|
Loading…
Reference in New Issue
Block a user