mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
Only override on dark theme
This commit is contained in:
parent
f4dc84f234
commit
baf469d545
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -41,6 +41,6 @@ table a {
|
||||
}
|
||||
|
||||
// Override background color alpha value
|
||||
::selection {
|
||||
[data-bs-theme=dark] ::selection {
|
||||
background-color: rgba(var(--tblr-primary-rgb),.48)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user