Shinobi/web/assets/css/super.easyRemoteAccess.css

59 lines
1.5 KiB
CSS

#easyRemoteAccess .card * {
transition: none;
}
#easyRemoteAccess .card.active {
background-color: #088c4c !important;
color: #fff;
}
#easyRemoteAccess .card.active * {
color: #fff!important;
}
#easyRemoteAccess .card.active .card-header,
#easyRemoteAccess .card.active .card-footer {
background-color: rgb(66 182 70 / 3%);
border-color: rgb(66 182 70 / 0.3);
}
#easyRemoteAccess .card.active .name-badge,
#easyRemoteAccess .card.active .info-badge
{
color: #18ce0f!important;
background: #fff;
border: 1px solid #ffffff;
}
#easyRemoteAccess .card.active .name-badge *,
#easyRemoteAccess .card.active .info-badge *
{
color: #18ce0f!important;
}
#easyRemoteAccess .card.active .geo-badge {
border: 1px solid #FFB236;
}
#easyRemoteAccess .card.active .geo-badge:focus, #easyRemoteAccess .card.active .geo-badge:hover {
text-decoration: none;
background-color: #d39e00;
}
#easyRemoteAccess .card.active .fa {
color: #6ee068;
}
#easyRemoteAccess .card .selected-badge {
display: none;
color: #fff!important;
background: #054e9f;
border: 1px solid #054e9f;
}
#easyRemoteAccess .card.selected .selected-badge {
display: inline-block;
}
#p2pServerList .card.active .table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(49 204 68 / 5%);
}
#p2pServerList .card .d-flex.flex-row > div {
padding: 1rem;
}
#p2pServerList .card.active .d-flex.flex-row .epic-text-filter {
font-weight: bold;
}
#p2pServerList .card .d-flex.flex-row:nth-of-type(odd) {
background: rgba(0,0,0,0.1)
}