8 974
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 614: | Linha 614: | ||
} | } | ||
.container-tab table{ | |||
text-align: center; | |||
width: 800px; | |||
border-collapse: collapse; | |||
overflow: hidden; | |||
box-shadow: 0 0 20px rgba(0,0,0,0.1); | |||
border: 1px solid gray; | |||
} | |||
.container-tab th, | |||
.container-tab td { | |||
padding: 15px; | |||
background-color: rgba(255,255,255,0.2); | |||
border: 1px solid gray; | |||
text-align: center; | |||
} | |||
.container-tab th { | |||
text-align: center; | |||
border: 1px solid gray; | |||
} | |||
.container-tab tbody { | |||
tr { | |||
&:hover { | |||
background-color: rgb(10 234 58 / 20%); | |||
} | |||
} | |||
td { | |||
position: relative; | |||
&:hover { | |||
&:before { | |||
content: ""; | |||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
top: -9999px; | |||
bottom: -9999px; | |||
background-color: rgb(234 10 10 / 20%); | |||
z-index: -1; | |||
} | |||
} | |||
} | |||
} | |||
.celula-neutra { | |||
backdrop-filter: invert(30%); | |||
} | |||
/* DarkMode */ | /* DarkMode */ |