| @@ -1176,9 +1176,9 @@ | ||
| 1176 | 1176 | margin: 0; |
| 1177 | 1177 | overflow: visible; |
| 1178 | 1178 | clip: auto; |
| 1179 | 1179 | } |
| 1180 | -[role="button"] { | |
| 1180 | +.wppm_bootstrap [role="button"] { | |
| 1181 | 1181 | cursor: pointer; |
| 1182 | 1182 | } |
| 1183 | 1183 | .wppm_bootstrap h1, |
| 1184 | 1184 | .wppm_bootstrap h2, |
| @@ -3816,12 +3816,12 @@ | ||
| 3816 | 3816 | } |
| 3817 | 3817 | .wppm_bootstrap .btn-group-justified > .btn-group .dropdown-menu { |
| 3818 | 3818 | left: auto; |
| 3819 | 3819 | } |
| 3820 | -[data-toggle="buttons"] > .btn input[type="radio"], | |
| 3821 | -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
| 3822 | -[data-toggle="buttons"] > .btn input[type="checkbox"], | |
| 3823 | -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
| 3820 | +.wppm_bootstrap [data-toggle="buttons"] > .btn input[type="radio"], | |
| 3821 | +.wppm_bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
| 3822 | +.wppm_bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"], | |
| 3823 | +.wppm_bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
| 3824 | 3824 | position: absolute; |
| 3825 | 3825 | clip: rect(0, 0, 0, 0); |
| 3826 | 3826 | pointer-events: none; |
| 3827 | 3827 | } |
| @@ -6728,52 +6728,52 @@ | ||
| 6728 | 6728 | .hidden-lg { |
| 6729 | 6729 | display: none !important; |
| 6730 | 6730 | } |
| 6731 | 6731 | } |
| 6732 | -.visible-print { | |
| 6732 | +.wppm_bootstrap .visible-print { | |
| 6733 | 6733 | display: none !important; |
| 6734 | 6734 | } |
| 6735 | 6735 | @media print { |
| 6736 | - .visible-print { | |
| 6736 | + .wppm_bootstrap .visible-print { | |
| 6737 | 6737 | display: block !important; |
| 6738 | 6738 | } |
| 6739 | - table.visible-print { | |
| 6739 | + .wppm_bootstrap table.visible-print { | |
| 6740 | 6740 | display: table !important; |
| 6741 | 6741 | } |
| 6742 | - tr.visible-print { | |
| 6742 | + .wppm_bootstrap tr.visible-print { | |
| 6743 | 6743 | display: table-row !important; |
| 6744 | 6744 | } |
| 6745 | - th.visible-print, | |
| 6746 | - td.visible-print { | |
| 6745 | + .wppm_bootstrap th.visible-print, | |
| 6746 | + .wppm_bootstrap td.visible-print { | |
| 6747 | 6747 | display: table-cell !important; |
| 6748 | 6748 | } |
| 6749 | 6749 | } |
| 6750 | -.visible-print-block { | |
| 6750 | +.wppm_bootstrap .visible-print-block { | |
| 6751 | 6751 | display: none !important; |
| 6752 | 6752 | } |
| 6753 | 6753 | @media print { |
| 6754 | - .visible-print-block { | |
| 6754 | + .wppm_bootstrap .visible-print-block { | |
| 6755 | 6755 | display: block !important; |
| 6756 | 6756 | } |
| 6757 | 6757 | } |
| 6758 | -.visible-print-inline { | |
| 6758 | +.wppm_bootstrap .visible-print-inline { | |
| 6759 | 6759 | display: none !important; |
| 6760 | 6760 | } |
| 6761 | 6761 | @media print { |
| 6762 | - .visible-print-inline { | |
| 6762 | + .wppm_bootstrap .visible-print-inline { | |
| 6763 | 6763 | display: inline !important; |
| 6764 | 6764 | } |
| 6765 | 6765 | } |
| 6766 | -.visible-print-inline-block { | |
| 6766 | +.wppm_bootstrap .visible-print-inline-block { | |
| 6767 | 6767 | display: none !important; |
| 6768 | 6768 | } |
| 6769 | 6769 | @media print { |
| 6770 | - .visible-print-inline-block { | |
| 6770 | + .wppm_bootstrap .visible-print-inline-block { | |
| 6771 | 6771 | display: inline-block !important; |
| 6772 | 6772 | } |
| 6773 | 6773 | } |
| 6774 | 6774 | @media print { |
| 6775 | - .hidden-print { | |
| 6775 | + .wppm_bootstrap .hidden-print { | |
| 6776 | 6776 | display: none !important; |
| 6777 | 6777 | } |
| 6778 | 6778 | } |
| 6779 | 6779 | .wppm_bootstrap .ui-state-default{ |