| Current Path : /home/ereika83/www/wp-content/plugins/secure-downloads/core/any/css/ |
| Current File : /home/ereika83/www/wp-content/plugins/secure-downloads/core/any/css/admin-br-table.css |
/*
Document : admin resources-table
Created on : 2016-08-09, 11:38:06
Author : wpdevelop
Description: Resource Table CSS
*/
/* General Class */
.opsd_resources_table {
}
/* Resources Table */
.opsd_resources_table .table,
.opsd_resources_table .table.widefat {
border: 0px solid #bbb;
box-shadow: 0 0 2px #aaa;
}
.opsd_resources_table table > thead > tr > th {
background-color: #ffffff;
border-bottom: 2px solid #e5e5e5;
}
.wpdevelop.opsd_resources_table table > tfoot > tr > th {
background-color: #ffffff;
border-top: 2px solid #e5e5e5;
}
.opsd_resources_table thead th,
.opsd_resources_table tfoot th {
font-weight:600;
text-align: left;
}
.opsd_resources_table th a,
.opsd_resources_table th a:hover,
.opsd_resources_table th a:focus {
text-decoration: none;
}
.wpdevelop.opsd_resources_table table > tbody > tr.row_selected_color > th,
.wpdevelop.opsd_resources_table table > tbody > tr.row_selected_color > td {
background: #b5d4ef;
border-color: #ccc !important;
}
.opsd_resources_table th a span.glyphicon {
font-size: 0.8em;
font-weight: 400;
padding-left: 2px;
}
.wpdevelop.opsd_resources_table .table > thead > tr > th,
.wpdevelop.opsd_resources_table .table > tbody > tr > th,
.wpdevelop.opsd_resources_table .table > tfoot > tr > th,
.wpdevelop.opsd_resources_table .table > thead > tr > td,
.wpdevelop.opsd_resources_table .table > tbody > tr > td,
.wpdevelop.opsd_resources_table .table > tfoot > tr > td {
vertical-align: middle;
}
/* Labels Colors */
.opsd_resources_table .label {
border: 1px solid #EEEEEE;
box-shadow: 0 0 1px #ddd;
padding: 2px 5px;
white-space: nowrap;
line-height: 2.4em;
}
.opsd_resources_table .label span,
.opsd_resources_table .label a,
.opsd_resources_table .label a:hover{
color:#fff;
text-decoration: none;
}
.opsd_resources_table .label-pending {
background: #FFBB45;
}
.opsd_resources_table .label-approved {
background: #9BE;
}
.opsd_resources_table .label-trash {
background: #D94A48;
color: #fff;
text-shadow: 0 0 1px #E00;
}
.opsd_resources_table .label-success {
}
.opsd_resources_table .label-unknown {
background-color: #999 !important;
}
.opsd_resources_table .label-error {
background-color: #FA773D !important;
}
.opsd_resources_table .payment-label-success {
background-color: #468847 !important;
}
.opsd_resources_table .payment-label-pending {
background-color: #992 !important;
}
.opsd_resources_table .payment-label-unknown {
background-color: #999 !important;
}
.opsd_resources_table .payment-label-error {
background-color: #FA773D !important;
}
.opsd_resources_table .field-currency {
color: #444;
display: inline;
font-size: 15px;
font-weight: 600;
line-height: 1.7em;
height: 26px;
padding:0;
vertical-align: top;
}
.wpdevelop.opsd_resources_table .table > tbody > tr > td select.form-control,
.opsd_resources_table select {
width:auto;
height:2em;
padding: 2px;
border-radius: 0;
}
@media (max-width: 782px) {
.opsd_resources_table th.opsd_hide_mobile,
.opsd_resources_table td.opsd_hide_mobile {
display: none;
}
.opsd_resources_table th.opsd_col_id,
.opsd_resources_table td.opsd_col_id {
width: 4em;
}
.opsd_resources_table th.opsd_col_title,
.opsd_resources_table td.opsd_col_title {
width: 9em;
}
.opsd_resources_table .field-currency {
line-height: 2.1em;
}
#wpbody .opsd_resources_table select {
height:32px;
}
}
@media (max-width: 600px) {
.opsd_resources_table th.opsd_hide_mobile_xs,
.opsd_resources_table td.opsd_hide_mobile_xs {
display: none;
}
}