This commit is contained in:
root
2019-11-30 06:41:50 +00:00
parent 810c213b0f
commit 3c32a4b96c
5 changed files with 19 additions and 4 deletions
+17 -1
View File
@@ -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;
}