forked from indymedia/epicyon
More style for invisible buttons
parent
69e9fc11c8
commit
8c70ce14a2
|
@ -1318,6 +1318,10 @@ div.container {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
padding-left: 0; padding-right: 0;
|
||||||
|
border-left-width: 0; border-right-width: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
border-radius: var(--button-corner-radius);
|
border-radius: var(--button-corner-radius);
|
||||||
|
@ -2008,6 +2012,10 @@ div.container {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
padding-left: 0; padding-right: 0;
|
||||||
|
border-left-width: 0; border-right-width: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.publishbtn {
|
.publishbtn {
|
||||||
border-radius: var(--button-corner-radius);
|
border-radius: var(--button-corner-radius);
|
||||||
|
|
Loading…
Reference in New Issue