Enhance XEPG channel mapping and settings management
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -236,6 +236,20 @@ nav p {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#clientInfo .tdVal a {
|
||||
color: #8fdcff;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted rgba(143, 220, 255, 0.6);
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#clientInfo .tdVal a:hover,
|
||||
#clientInfo .tdVal a:focus {
|
||||
color: #d7f4ff;
|
||||
border-bottom-color: #d7f4ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dashboard-cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(130px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user