mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
formatting table
This commit is contained in:
@@ -150,23 +150,13 @@ const Devices = () => {
|
||||
Row: `
|
||||
cursor: pointer;
|
||||
background-color: #1E1E1E;
|
||||
// position: relative;
|
||||
.td {
|
||||
padding: 8px;
|
||||
// TODO remove
|
||||
// border-top: 1px solid #565656;
|
||||
// border-bottom: 1px solid #565656;
|
||||
}
|
||||
&.tr.tr-body.row-select.row-select-single-selected {
|
||||
background-color: #177ac9;
|
||||
font-weight: normal;
|
||||
}
|
||||
// TODO remove
|
||||
// &:hover .td {
|
||||
// background-color: #177ac9;
|
||||
// border-top: 1px solid #177ac9;
|
||||
// border-bottom: 1px solid #177ac9;
|
||||
// }
|
||||
`
|
||||
});
|
||||
|
||||
@@ -232,9 +222,6 @@ const Devices = () => {
|
||||
},
|
||||
&:hover .td {
|
||||
background-color: #177ac9;
|
||||
// TODO remove
|
||||
// border-top: 1px solid #177ac9;
|
||||
// border-bottom: 1px solid #177ac9;
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user