mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
update css classes for bootstrap 5 colors
This commit is contained in:
@ -132,7 +132,7 @@ class ButtonColorChoices(ChoiceSet):
|
||||
"""
|
||||
Map standard button color choices to Bootstrap color classes
|
||||
"""
|
||||
DEFAULT = 'default'
|
||||
DEFAULT = 'outline-dark'
|
||||
BLUE = 'primary'
|
||||
GREY = 'secondary'
|
||||
GREEN = 'success'
|
||||
|
Reference in New Issue
Block a user