fix css inheritance bug for inline datepicker

This commit is contained in:
vitalets
2012-11-16 11:22:50 +04:00
parent fc7095d6ee
commit 7b334888e5
2 changed files with 59 additions and 17 deletions

View File

@@ -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;
}
}