Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
/* Прибрати рідну стрілку розширення */ |
|||
/* Стрілка згортання PortableInfobox */ |
|||
.pi-collapse .pi-header:first-child::after { |
|||
| ⚫ | |||
} |
|||
/* Намалювати свою на ::before */ |
|||
.pi-collapse .pi-header:first-child { |
.pi-collapse .pi-header:first-child { |
||
position: relative; |
position: relative; |
||
| Рядок 5: | Рядок 9: | ||
cursor: pointer; |
cursor: pointer; |
||
} |
} |
||
.pi-collapse .pi-header:first-child:: |
.pi-collapse .pi-header:first-child::before { |
||
content: "" |
content: ""; |
||
position: absolute |
position: absolute; |
||
right: 12px; |
right: 12px; |
||
top: |
top: 45%; |
||
width: |
width: 7px; |
||
height: |
height: 7px; |
||
border: |
border-right: 2px solid #555; |
||
border- |
border-bottom: 2px solid #555; |
||
| ⚫ | |||
border-bottom: 2px solid #555 !important; |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
.pi-collapse-closed .pi-header:first-child:: |
.pi-collapse-closed .pi-header:first-child::before { |
||
transform: |
transform: rotate(-45deg); |
||
} |
} |
||
Версія за 22:12, 29 червня 2026
/* Прибрати рідну стрілку розширення */
.pi-collapse .pi-header:first-child::after {
display: none !important;
}
/* Намалювати свою на ::before */
.pi-collapse .pi-header:first-child {
position: relative;
padding-right: 28px;
cursor: pointer;
}
.pi-collapse .pi-header:first-child::before {
content: "";
position: absolute;
right: 12px;
top: 45%;
width: 7px;
height: 7px;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
transform: rotate(45deg);
}
.pi-collapse-closed .pi-header:first-child::before {
transform: rotate(-45deg);
}