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