Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- .tableList table tr:nth-child(2n){
- background: none!important;
- }
-
- .tableList input[type='button'] {
- background: #cadbf1;
- color: #1269d3;
- border: none;
- padding: 4px 10px;
- }
-
- .tableList table tr:hover input[type='button'] {
- color: #FFFFFF !important;
- border-color: var(--color) !important;
- background-color: var(--color) !important;
- }
-
- .tableList table tr:nth-child(odd){
- background: transparent!important;
- }
-
- .tableList table tr td{
- border-top: 1px dashed transparent;
- border-bottom: 1px dashed #d0d0d0;
- }
-
- .tableList table tr{
- cursor: pointer;
- }
-
- .tableList table tr:hover td{
- border-top: 1px solid #d0d0d0;
- border-bottom: 1px solid #d0d0d0;
- }
- .tableList table tr:hover td:first-child{
- border-left: 1px solid #d0d0d0;
- }
- .tableList table tr:hover td:last-child{
- border-right: 1px solid #d0d0d0;
- }
|