mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-02 18:18:56 +00:00
9 lines
121 B
CSS
9 lines
121 B
CSS
.dropdown-item.active,
|
|
.dropdown-item:active {
|
|
background-color: #66b574;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
cursor: default;
|
|
}
|