| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | /* Resources Table */ |
| 15 | 15 | .wpbc_resources_table .table, |
| 16 | 16 | .wpbc_resources_table .table.widefat { |
| 17 | 17 | border: 0px solid #bbb; |
| 18 | - box-shadow: 0 0 2px #aaa; | |
| 18 | + box-shadow: 0 0 1px #aaa; | |
| 19 | 19 | } |
| 20 | 20 | .wpbc_resources_table table > thead > tr > th { |
| 21 | 21 | background-color: #ffffff; |
| 22 | 22 | border-bottom: 2px solid #e5e5e5; |
| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | border-bottom: 2px solid #e5e5e5; |
| 23 | 23 | } |
| 24 | 24 | .wpdevelop.wpbc_resources_table table > tfoot > tr > th { |
| 25 | 25 | background-color: #ffffff; |
| 26 | - border-top: 2px solid #e5e5e5; | |
| 26 | + border-top: 1px solid #e5e5e5; | |
| 27 | 27 | } |
| 28 | 28 | .wpbc_resources_table thead th, |
| 29 | 29 | .wpbc_resources_table tfoot th { |
| 30 | 30 | font-weight:600; |
| @@ -39,13 +39,13 @@ | ||
| 39 | 39 | .wpdevelop.wpbc_resources_table table > tbody > tr.row_selected_color > td { |
| 40 | 40 | background: #b5d4ef; |
| 41 | 41 | border-color: #ccc !important; |
| 42 | 42 | } |
| 43 | -.wpbc_resources_table th a span.glyphicon { | |
| 44 | - font-size: 0.8em; | |
| 45 | - font-weight: 400; | |
| 46 | - padding-left: 2px; | |
| 47 | -} | |
| 43 | +/*.wpbc_resources_table th a span.glyphicon { */ | |
| 44 | +/* font-size: 0.8em;*/ | |
| 45 | +/* font-weight: 400;*/ | |
| 46 | +/* padding-left: 2px;*/ | |
| 47 | +/*}*/ | |
| 48 | 48 | |
| 49 | 49 | .wpdevelop.wpbc_resources_table .table > thead > tr > th, |
| 50 | 50 | .wpdevelop.wpbc_resources_table .table > tbody > tr > th, |
| 51 | 51 | .wpdevelop.wpbc_resources_table .table > tfoot > tr > th, |