1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-10 11:57:42 +02:00

Update media query to reflect markup changes, add .inactive

This commit is contained in:
billz 2025-03-18 00:53:29 -07:00
parent 24b292bf33
commit 7091a4016a

View File

@ -432,6 +432,7 @@ textarea.plugin-log {
.connections-left i:last-child {
margin-bottom: 0;
margin-left: 0.5rem;
}
.center-device {
@ -555,8 +556,17 @@ textarea.plugin-log {
margin-right: 0.5rem;
}
.inactive {
color: var(--raspap-text-light)!important;
}
a.inactive:hover,
a.inactive:focus {
color: var(--raspap-text-light) !important;
}
@media (max-width: 1200px) {
.connection-item > span:not(.fa-stack) {
.connection-item a > span:not(.fa-stack) {
display: none!important;
}
}