css
This commit is contained in:
@@ -4,6 +4,7 @@ body{
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
color: white;
|
||||
text-shadow: 0px 0px 3px rgb(0, 153, 153);
|
||||
}
|
||||
|
||||
@@ -60,10 +61,25 @@ body{
|
||||
}
|
||||
|
||||
|
||||
table{
|
||||
table.dataTable tbody tr{
|
||||
background-color: rgba(0, 153, 153, 0.7) !important;
|
||||
}
|
||||
|
||||
table.dataTable tbody tr:nth-child(2n){
|
||||
background-color: rgba(0, 153, 153, 0.5) !important;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
label, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button{
|
||||
color: white !important;
|
||||
}
|
||||
.options-table{
|
||||
width: 176px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user