mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
bs5: dropdown toggle button fill color
This commit is contained in:
parent
55b980991b
commit
d6744f0996
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue