MediaWiki:FFXIWeatherForecast.css: Difference between revisions

From HorizonXI Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 6: Line 6:
     z-index: 1;
     z-index: 1;
   }
   }
.special-weatherforecast-table tr:nth-child(odd) td{
    background-color: #12396c30;
}

Revision as of 17:59, 14 September 2024



.special-weatherforecast-table th {
    position: sticky;
    top: 0;
    z-index: 1;
  }

.special-weatherforecast-table tr:nth-child(odd) td{
    background-color: #12396c30;
}