mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-05 09:32:53 +00:00
fix: settings page header change indicator
This commit is contained in:
@@ -308,6 +308,16 @@
|
|||||||
legend > label {
|
legend > label {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
position: relative;
|
||||||
|
padding: 0 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
legend:has(label) {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
legend:not(:has(label)) {
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
@@ -420,6 +430,7 @@
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
font-size: 16px;
|
||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
right: 0.25em;
|
right: 0.25em;
|
||||||
content: "•";
|
content: "•";
|
||||||
|
|||||||
Reference in New Issue
Block a user