0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 04:02:44 +00:00

Tweak styling

This commit is contained in:
G.Ambatte
2025-04-07 14:38:37 +12:00
parent 99c342f19b
commit bd145f17da

View File

@@ -39,6 +39,7 @@
} }
.lockTable{ .lockTable{
break-inside: avoid;
cursor: default; cursor: default;
.row:hover { .row:hover {
background-color: #ccc; background-color: #ccc;
@@ -56,11 +57,12 @@
padding: 4px 10px; padding: 4px 10px;
text-align: center; text-align: center;
} }
td{ table, td{
border: 1px solid #333333; border: 1px solid #333333;
} }
.brewLookup{ .brewLookup{
break-inside: avoid;
min-height: 175px; min-height: 175px;
h2 { h2 {
margin-top: 0px; margin-top: 0px;