mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
css fixes
This commit is contained in:
@@ -1487,6 +1487,7 @@ dl.bb-dl > dd > li {
|
||||
|
||||
.onoffswitch-inner {
|
||||
display: block; width: 200%; margin-left: -100%;
|
||||
color: var(--bs-secondary-color);
|
||||
transition: margin 0.19s ease-in-out;
|
||||
}
|
||||
|
||||
@@ -1498,15 +1499,15 @@ dl.bb-dl > dd > li {
|
||||
.onoffswitch-inner:before {
|
||||
content: attr(data-on);
|
||||
padding-right: 21px;
|
||||
background-color: var(--bs-secondary-bg);
|
||||
text-align: right;
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
.onoffswitch-inner:after {
|
||||
content: attr(data-off);
|
||||
padding-left: 21px;
|
||||
background-color: var(--bs-secondary-bg);
|
||||
text-align: left;
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
.onoffswitch-switch {
|
||||
|
||||
Reference in New Issue
Block a user