fix css inheritance bug for inline datepicker
This commit is contained in:
@@ -28,16 +28,4 @@
|
||||
.editableform textarea {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* for inline datepicker do not to inherit from table (bootstrap) */
|
||||
.table-striped .editableform table td, .editableform table th {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.table-striped .editableform table tr:nth-child(2n+1) td,
|
||||
.table-striped .editableform table tr:nth-child(2n+1) th {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user