Skip to content

Alternating Row Colors - HR Horse Overview Tweak by nagapie

Screenshot of Alternating Row Colors - HR Horse Overview Tweak

Details

Authornagapie

LicenseNo License

Categoryhttps://v2.horsereality.com/horses/

Created

Updated

Size579 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gives the Horse Overview's horse list alternating row colors similar to the Search and Market pages. Originally from HR Horses Overview Fix-Attempt by Nofia.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Alternating Row Colors - HR Horse Overview Tweak
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Gives the Horse Overview's horse list alternating row colors similar to the Search and Market pages.
@author         Nagapie & Nofia
==/UserStyle== */

@-moz-document url-prefix("https://v2.horsereality.com/horses/") {
}
.horse-list li:nth-child(even) .content{
    background:#fff !important;
}
.horse-list .horse-item {
    margin-bottom: 0px;
}
.horse-item .content {
    border-radius: 0px;
}

Reviews

No reviews yet.