Files
flowers/static/flower.css
T

31 lines
355 B
CSS
Raw Normal View History

2025-03-25 20:32:26 +00:00
tr.flowerlist:hover td {
background:#eee;
cursor: pointer;
}
.flowerlist {
width: 100%;
}
tr.flowerlist a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
td.white {
color: #eee
}
td.left {
text-align: left;
}
td.right {
text-align: right;
}
2026-01-24 00:10:18 +01:00
td.blue {
color: #208dd6;
}