You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .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;
- }
|