mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-10 20:27:40 +02:00
Update media query to reflect markup changes, add .inactive
This commit is contained in:
parent
24b292bf33
commit
7091a4016a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user