mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
hover color for card footer buttons
This commit is contained in:
parent
9b4625b4a5
commit
43b1700e91
@ -48,6 +48,7 @@
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -283,6 +283,10 @@ $border-color-dark-mode: #47494f;
|
|||||||
background-color: $bg-dark-mode !important;
|
background-color: $bg-dark-mode !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-footer button:hover {
|
||||||
|
color: $primary-dark-mode !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control:not(.is-invalid):not(.btn),
|
.form-control:not(.is-invalid):not(.btn),
|
||||||
input:not(.is-invalid),
|
input:not(.is-invalid),
|
||||||
textarea:not(.is-invalid) {
|
textarea:not(.is-invalid) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user