Files
2025-02-24 22:33:42 +01:00

26 lines
354 B
CSS

.pll-button {
padding: 0;
height: 20px;
background: none;
border: none;
font-size: 20px;
cursor: pointer;
}
.pll-button:not(.wp-ui-text-highlight) {
color: #DDDDDD;
}
.pll-button svg {
fill: currentColor;
}
.pll-before-post-translations-button {
float: right;
margin: 13px 7px;
}
.rtl .pll-before-post-translations-button {
float: left;
}