0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 11:32:38 +00:00

Add styling for result tables

This commit is contained in:
G.Ambatte
2024-06-08 21:05:44 +12:00
parent 7d37602d43
commit 17aa564c57

View File

@@ -39,14 +39,14 @@
}
.lockTable{
td{
border: 1px solid #333333;
padding: 4px 10px;
text-align: center;
&:hover {
cursor: pointer;
}
td:hover {
cursor: pointer;
}
}
td {
border: 1px solid #333333;
padding: 4px 10px;
text-align: center;
}
}