Ignore:
Timestamp:
06/13/16 16:06:41 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Checkpoint adding global record search. See #57.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/dns.css

    r590 r722  
    3636        background-color: #F0F0F0;
    3737}
     38
     39/* Alternating row colours, now in CSS */
     40.altrows > tbody > tr {
     41        background-color: #D0E0E0;
     42}
     43.altrows > tbody > tr:nth-child(odd) {
     44        background-color: #FFFFFF;
     45}
     46.altrows > tbody > tr:nth-child(even) {
     47        background-color: #DDDDDD;
     48}
     49
    3850.container {
    3951        background-color: #FFFFFF;
Note: See TracChangeset for help on using the changeset viewer.