@@ -1035,4 +1035,48 @@ table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
10351035
10361036.timeline-t > .timeline-child > .timeline-odd-t {
10371037 background-color : # 353535 ;
1038+ }
1039+
1040+ body .bootstrap-select > .dropdown-toggle {
1041+ background-color : # 1a2035 !important ;
1042+ color : # cac7c7 !important ;
1043+ border-color : # 2f374b !important ;
1044+ }
1045+
1046+ body .btn-outline-success {
1047+ background : rgba (185 , 185 , 185 , 0.08 );
1048+ color : # 31ce36 ;
1049+ }
1050+
1051+ body .btn-outline-success : hover {
1052+ background : # 1a2035 ;
1053+ color : # 31ce36 ;
1054+ }
1055+
1056+ body .pagination-dropdown-container select ,
1057+ body select # alertsPerPage {
1058+ background-color : # 1a2035 !important ;
1059+ color : # cac7c7 !important ;
1060+ border-color : # 2f374b !important ;
1061+ }
1062+
1063+ body .page-item .active .page-link {
1064+ background : # 1572e8 !important ;
1065+ color : # fff ;
1066+ }
1067+
1068+ body .page-item .disabled .page-link {
1069+ background : rgba (185 , 185 , 185 , 0.08 ) !important ;
1070+ color : # 6b7084 ;
1071+ }
1072+
1073+ body button .btn : not ([class *= "btn-primary" ]): not ([class *= "btn-secondary" ]): not ([class *= "btn-success" ]): not ([class *= "btn-danger" ]): not ([class *= "btn-warning" ]): not ([class *= "btn-info" ]): not ([class *= "btn-light" ]): not ([class *= "btn-outline" ]): not ([class *= "btn-alert-" ]): not (.dropdown-toggle ) {
1074+ background : rgba (185 , 185 , 185 , 0.18 );
1075+ color : # cac7c7 ;
1076+ border-color : transparent;
1077+ }
1078+
1079+ body button .btn : not ([class *= "btn-primary" ]): not ([class *= "btn-secondary" ]): not ([class *= "btn-success" ]): not ([class *= "btn-danger" ]): not ([class *= "btn-warning" ]): not ([class *= "btn-info" ]): not ([class *= "btn-light" ]): not ([class *= "btn-outline" ]): not ([class *= "btn-alert-" ]): not (.dropdown-toggle ): hover {
1080+ background : # 1a2035 ;
1081+ color : # cac7c7 ;
10381082}
0 commit comments