mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
bs5: dropdown toggle button fill color
This commit is contained in:
parent
55b980991b
commit
d6744f0996
@ -117,6 +117,7 @@ body {
|
||||
background-color: $primaryFaded !important;
|
||||
}
|
||||
|
||||
// Bootstrap 5 tweaks
|
||||
a.badge {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -127,3 +128,8 @@ a.badge {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
|
||||
background-color: $paperless-green;
|
||||
border-color: $paperless-green;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user