mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
30 lines
574 B
CSS
30 lines
574 B
CSS
.action {
|
|
border: none;
|
|
display: inline-block;
|
|
height: 36px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
transition: background 0.3s ease;
|
|
width: 100%;
|
|
}
|
|
|
|
.action:hover {
|
|
background: #e9e9e9 !important;
|
|
}
|
|
|
|
.actionButton {
|
|
background: transparent !important;
|
|
color: #6b808c !important;
|
|
font-weight: normal !important;
|
|
height: 36px;
|
|
line-height: 24px !important;
|
|
padding: 6px 12px !important;
|
|
text-align: left !important;
|
|
text-decoration: underline !important;
|
|
width: 100%;
|
|
}
|
|
|
|
.wrapper {
|
|
border: none !important;
|
|
box-shadow: none !important;
|
|
}
|