mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-04 20:10:19 +02:00
[automated] update diyhrt.market
This commit is contained in:
@@ -5084,6 +5084,8 @@ textarea.form-control-lg {
|
||||
--bs-list-group-action-active-bg: #e9ecef;
|
||||
--bs-list-group-disabled-color: #868e96;
|
||||
--bs-list-group-disabled-bg: #fff;
|
||||
--bs-list-group-striped-color: #212529;
|
||||
--bs-list-group-striped-bg: rgba(0, 0, 0, 0.012);
|
||||
--bs-list-group-active-color: #fff;
|
||||
--bs-list-group-active-bg: #EE2B4F;
|
||||
--bs-list-group-active-border-color: #EE2B4F;
|
||||
@@ -5094,6 +5096,22 @@ textarea.form-control-lg {
|
||||
border-radius: var(--bs-list-group-border-radius);
|
||||
}
|
||||
|
||||
.list-group-striped .list-group-item:nth-of-type(odd) {
|
||||
background-color: var(--bs-list-group-striped-bg);
|
||||
}
|
||||
|
||||
.list-group-striped .list-group-item:nth-of-type(odd):hover, .list-group-striped .list-group-item:nth-of-type(odd):focus {
|
||||
z-index: 1;
|
||||
color: var(--bs-list-group-action-hover-color);
|
||||
text-decoration: none;
|
||||
background-color: var(--bs-list-group-action-hover-bg);
|
||||
}
|
||||
|
||||
.list-group-striped .list-group-item:nth-of-type(odd):active {
|
||||
color: var(--bs-list-group-action-active-color);
|
||||
background-color: var(--bs-list-group-action-active-bg);
|
||||
}
|
||||
|
||||
.list-group-numbered {
|
||||
list-style-type: none;
|
||||
counter-reset: section;
|
||||
|
||||
Reference in New Issue
Block a user