jacobbates / pi-hole-midnight

Custom dark theme CSS for pi-hole to replace skin-blue AdminLTE theme
MIT License
122 stars 12 forks source link

Modification for Pi-hole V4.0 #5

Closed nokia3660 closed 6 years ago

nokia3660 commented 6 years ago

Text for "Reply" column in the query log needs to align with the color of the rest of the row.

image

ail1020 commented 6 years ago

Looking at the html, this is because there is in-line styling happening. I'm no css guru, but I'm not sure this would be able to be fixed through css. @jacobbates might be able to give more insight though.

jacobbates commented 6 years ago

Hi @nokia3660 and @ail1020 - thanks for bringing this to my attention, I'll take a look when I'm home this evening and will see if I can resolve it.

kyle95wm commented 6 years ago

Any progress?

jacobbates commented 6 years ago

Hi guys, apols this is fixed now. Have forced the column to change color using: td:nth-child(6) If the Reply column is not your 6th column due to another modification, replace the number 6 in the CSS file with the correct column.