2020-04-08 21:12:58 +05:00
|
|
|
.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 {
|
2019-08-31 04:07:25 +05:00
|
|
|
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;
|
2020-04-08 21:12:58 +05:00
|
|
|
width: 100%;
|
2019-08-31 04:07:25 +05:00
|
|
|
}
|
|
|
|
|
2020-04-08 21:12:58 +05:00
|
|
|
.wrapper {
|
|
|
|
border: none !important;
|
|
|
|
box-shadow: none !important;
|
2019-08-31 04:07:25 +05:00
|
|
|
}
|