@media screen{ /*----Transparent override------*/ /*form input controls*/ .form-control{ background-color : rgba(0,0,0,0.3); } .form-control:focus{ background-color : rgba(255,255,255,1); } input,select,textarea{ color: #eee !important; } input:focus,select:focus,textarea:focus{ color: #222 !important; } input::-webkit-input-placeholder {color: #eee !important; } input:focus::-webkit-input-placeholder{color: #222 !important; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: rgba(0,80,150,0.7); } /* Panels */ .panel-body{ background-color : rgba(0,0,0,0.1); } :not(.panel-group) > .panel { box-shadow:0px 6px 8px 2px rgba(40,40,40, 0.5); } :not(.panel-group) > .panel{ background-color: rgba(0,0,0,0.1); } .panel-group > .panel { background-color: rgba(0,0,0,0); } :not(.panel-group) > .panel:hover { box-shadow:0px 6px 8px 2px rgba(0,20,40, 0.5); } /* selectbox */ .select2-dropdown { color: #222; } .select2-container--bootstrap .select2-selection--single{ background-color: rgba(0,0,0,0.3); color: #eee; } .select2-container--bootstrap .select2-selection--single .select2-selection__rendered { color: #eee; } .select2-container--focus .select2-selection--single .select2-selection__rendered, .select2-container--open .select2-selection--single .select2-selection__rendered{ color:#222; } .select2-container--focus .select2-selection--single, .select2-container--open .select2-selection--single{ background-color: rgba(255,255,255,1); } .select2-container--bootstrap .select2-selection--multiple{ background-color: rgba(0,0,0,0.3); color: #eee; } .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered { color: #eee; } .select2-container--focus .select2-selection--multiple .select2-selection__rendered, .select2-container--open .select2-selection--multiple .select2-selection__rendered{ color:#222; } .select2-container--focus .select2-selection--multiple, .select2-container--open .select2-selection--multiple{ background-color: rgba(255,255,255,1); } /* option{ background-color : #777; } .select2-results__option[aria-selected="false"]{ color:#eee; } .select2-container--bootstrap .select2-selection--single .select2-selection__rendered { color: #eee; padding: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{ } .select2-container--bootstrap .select2-search--dropdown .select2-search__field { background-color:rgba(0,0,0,0.3); } .select2-container--default .select2-selection--multiple { background-color:rgba(0,0,0,0.3); } .select2-dropdown { background-color: rgba(150,150,150,0.9); backdrop-filter: blur(5px); border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; } .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{ background-color: rgba(0,80,150,0.7); } */ /* Tables */ table{ border-radius:5px; } thead{ background-color: #eee !important ; } label{ color: #eee; } tfoot{ background-color : rgba(255,255,255,1); } .dataTables_scrollFootInner table{ margin-top:0px !important; } /* page */ .page-header{ color:#eee; background-color: rgba(0,0,0,0.1); border: 2px solid; border-radius:5px; border-color: rgba(255,255,255,0.3); box-shadow:0px 6px 8px 2px rgba(40,40,40, 0.3); padding:9px; } .text-white{ color: #eee; } .table-striped>tbody>tr:nth-child(even){ background-color:#ffffff; } body{ color:#fff; } table{ color:#000; } .modal-content{ background-color : rgba(0,0,0,0.6); webkit-box-shadow: 0px 4px 12px 3px rgba(60,150,255,0.5); box-shadow: 0px 4px 12px 3px rgba(60,150,255,0.5); border-color: rgba(60,150,255,0.6); border-width: 2px; } .modal-backdrop.in{ opacity:0.7; } .well{ background-color: rgba(20,20,20,0.5); margin-bottom:0px; } .well:focus,.well:hover{ background-color: rgba(00,00,00,0.8); } .nav-tabs>li>a{ color: #fff; /*background-color:rgba(255, 255, 255, 0.5);*/ } .nav-tabs>li:hover>a{ color: #000; /*background-color:rgba(255, 255, 255, 0.5);*/ } table.dataTable>tbody>tr.child:hover{ background:#99c9ff!important } }