More style for invisible buttons

merge-requests/8/head
Bob Mottram 2020-11-02 18:59:04 +00:00
parent 69e9fc11c8
commit 8c70ce14a2
1 changed files with 8 additions and 0 deletions

View File

@ -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);