@@ -46,14 +46,16 @@ body.rails_admin .sidebar-nav .dropdown-header {
46
46
}
47
47
}
48
48
49
- .table :not (.bootstrap-datetimepicker-widget ),
50
- body .rails_admin .table .headerSortUp , body .rails_admin .table .headerSortDown {
49
+ body .rails_admin .table .headerSortUp , body .rails_admin .table .headerSortDown ,
50
+ body :not (.bootstrap-datetimepicker-widget )
51
+ {
51
52
background-color : inherit ;
52
53
text-shadow : none ;
53
54
}
54
55
55
- .table :not (.bootstrap-datetimepicker-widget ),
56
- body .rails_admin .table .header :after {
56
+ body .rails_admin .table .header :after ,
57
+ body :not (.bootstrap-datetimepicker-widget )
58
+ {
57
59
visibility : visible !important ;
58
60
}
59
61
327
329
color : $ternary !important ;
328
330
}
329
331
330
- .table :not (.bootstrap-datetimepicker-widget ), .table-striped td :not (.image_field ) a {
332
+ body :not (.bootstrap-datetimepicker-widget ), .table-striped td :not (.image_field ) a {
331
333
text-decoration : none !important ;
332
334
padding : 8px 10px ;
333
335
border-radius : 2px ;
@@ -351,10 +353,11 @@ h1,
351
353
padding-bottom : 8px ;
352
354
}
353
355
354
- .table :not (.bootstrap-datetimepicker-widget ),
355
356
.table-striped th ,
356
357
.table-striped td ,
357
- body .rails_admin .table td {
358
+ body .rails_admin .table td
359
+ body :not (.bootstrap-datetimepicker-widget )
360
+ {
358
361
vertical-align : middle ;
359
362
line-height : 40px ;
360
363
border-right : 1px solid #ddd ;
@@ -365,8 +368,9 @@ body.rails_admin .table td {
365
368
background : rgba ($ternary , .1 )!important ;
366
369
}
367
370
368
- .table :not (.bootstrap-datetimepicker-widget ),
369
- .table-condensed > thead > tr > th , .table-condensed > thead > tr > td , .table-condensed > tbody > tr > th , .table-condensed > tbody > tr > td , .table-condensed > tfoot > tr > th , .table-condensed > tfoot > tr > td {
371
+ .table-condensed > thead > tr > th , .table-condensed > thead > tr > td , .table-condensed > tbody > tr > th , .table-condensed > tbody > tr > td , .table-condensed > tfoot > tr > th , .table-condensed > tfoot > tr > td ,
372
+ body :not (.bootstrap-datetimepicker-widget )
373
+ {
370
374
padding : 15px 5px ;
371
375
}
372
376
0 commit comments