Skip to content

deverp.cz, autoerp.cz, apertia.cz by TurtleGithubQuest

Details

AuthorTurtleGithubQuest

LicenseNo License

Categoryapertia.cz; autoerp.cz; deverp.cz

Created

Updated

Size839 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

editor extended

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ecentre.deverp.cz
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("deverp.cz"), domain("autoerp.cz"), domain("apertia.cz") {
    .pull-right.inline-edit-link {
        display: unset !important;
        pointer-events: unset !important;
        color: orange !important;
    }
    .cell {
        background-color: black !important;
        border-radius: 0.5rem;
        margin: 0.5rem;
        padding: 0.25rem;
        .field, .control-label {
            padding: 0.75rem;
        }
        .control-label::before {
            content: attr(data-name);
            display: block;
            font-size: 1.2rem;
            font-weight: lighter;
            color: yellow;
        }
    }
}

Reviews

No reviews yet.