Starý vzhled tabulek pro systém vyfakturuj.cz.
vyfakturuj.cz staré tabulky by Vojta
Details
AuthorVojta
LicenseMIT
Categoryvyfakturuj.cz
Created
Updated
Size789 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.vyfakturuj.cz - 18. 8. 2023
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Old tables for app.vyfakturuj.cz
@author Vojta
==/UserStyle== */
@-moz-document domain("app.vyfakturuj.cz") {
.table.dec2 .tr .th:not([data-filter-sort-ascdesc]) {
background-color: #093140;
color: white;
}
.table.dec2 .tr .th[data-filter-sort]:hover {
color: black;
}
.table.dec2 .tr {
background-color: #edf6fb;
}
.table.dec2 .tr:nth-last-child(2n+1) {
background-color: #dceef7;
}
.table.dec2 .tr.red {
background-color: #fff6f6;
}
.table.dec2 .tr:nth-last-child(2n+1).red {
background-color: #feecec;
}
}