Roundify more buttons

This commit is contained in:
2021-09-10 21:27:07 +02:00
parent 5465b0776f
commit c0455c59bd
4 changed files with 8 additions and 8 deletions

View File

@@ -322,7 +322,7 @@
On pixeldrain you can share your files with large or small
groups of people. The sky is the limit!
</p>
<button class="intro_popup_close button_highlight" style="float: right; margin: 0 10px 10px 0;">
<button class="intro_popup_close button_highlight round" style="float: right; margin: 0 10px 10px 0;">
<i class="icon">check</i> Got it!
</button>
</template>

View File

@@ -48,14 +48,14 @@
<body>
<div id="text_editor" class="text_editor">
<div id="headerbar" class="highlight_2 headerbar">
<a href="/" class="button">
<a href="/" class="button round">
<i class="icon">arrow_back</i>
</a>
<div id="headerbar_spacer" class="headerbar_spacer"></div>
<button class="button toolbar_button" onclick="return helpModal();">
<button class="button toolbar_button round" onclick="return helpModal();">
<i class="icon">info</i> Information
</button>
<button class="button toolbar_button button_highlight" onclick="uploadText();">
<button class="button toolbar_button round button_highlight" onclick="uploadText();">
<i class="icon">save</i> Save
</button>
</div>