mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
* Increase ::selection background-color aplha * Improve comment for override * Add compiled CSS * Only override on dark theme
This commit is contained in:
parent
b10fb67ce9
commit
18b43408ec
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -39,3 +39,8 @@ table a {
|
|||||||
// Adjust table anchor link contrast as not enough contrast in dark mode
|
// Adjust table anchor link contrast as not enough contrast in dark mode
|
||||||
filter: brightness(110%);
|
filter: brightness(110%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Override background color alpha value
|
||||||
|
[data-bs-theme=dark] ::selection {
|
||||||
|
background-color: rgba(var(--tblr-primary-rgb),.48)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user