Skip to content

Biowetter benötigt zusätzliche Styles #67

Description

@olwaldi

Aktuell nutzt die von biowetter erzeugte Tabelle Style-Elemente von Belcherton. Daher sollte man den Style-File dwd.css wie folgt ergänzen:

.records-header {
    text-align:center;
    background:#D7D7D7;
    color:#000;
    font-weight:400;
}
.table-striped {
    tr:nth-child(even) {background-color: #f2f2f2;}
}

Ggf. die Doku hier entsprechend erweitern.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions