mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
add comment reminders
This commit is contained in:
@@ -153,6 +153,7 @@ const Devices = () => {
|
|||||||
// position: relative;
|
// position: relative;
|
||||||
.td {
|
.td {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
// TODO remove
|
||||||
// border-top: 1px solid #565656;
|
// border-top: 1px solid #565656;
|
||||||
// border-bottom: 1px solid #565656;
|
// border-bottom: 1px solid #565656;
|
||||||
}
|
}
|
||||||
@@ -160,6 +161,7 @@ const Devices = () => {
|
|||||||
background-color: #177ac9;
|
background-color: #177ac9;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
// TODO remove
|
||||||
// &:hover .td {
|
// &:hover .td {
|
||||||
// background-color: #177ac9;
|
// background-color: #177ac9;
|
||||||
// border-top: 1px solid #177ac9;
|
// border-top: 1px solid #177ac9;
|
||||||
@@ -230,6 +232,7 @@ const Devices = () => {
|
|||||||
},
|
},
|
||||||
&:hover .td {
|
&:hover .td {
|
||||||
background-color: #177ac9;
|
background-color: #177ac9;
|
||||||
|
// TODO remove
|
||||||
// border-top: 1px solid #177ac9;
|
// border-top: 1px solid #177ac9;
|
||||||
// border-bottom: 1px solid #177ac9;
|
// border-bottom: 1px solid #177ac9;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user