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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user