mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 03:12:40 +00:00
Add styling for result tables
This commit is contained in:
@@ -39,14 +39,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lockTable{
|
.lockTable{
|
||||||
td{
|
td:hover {
|
||||||
border: 1px solid #333333;
|
cursor: pointer;
|
||||||
padding: 4px 10px;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
border: 1px solid #333333;
|
||||||
|
padding: 4px 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user