mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed upload theme button style
This commit is contained in:
parent
c01c2b3c74
commit
87c3a0a359
@ -3,7 +3,7 @@
|
||||
<h2 class="gh-canvas-title" data-test-screen-title>All themes</h2>
|
||||
<section class="view-actions">
|
||||
<button type="button" class="mr4 gh-btn" {{on "click" this.toggleAdvanced}}><span>Advanced</span></button>
|
||||
<button type="button" class="gh-btn gh-btn-black" {{on "click" this.themeManagement.upload}}><span>Upload theme</span></button>
|
||||
<button type="button" class="gh-btn gh-btn-primary" {{on "click" this.themeManagement.upload}}><span>Upload theme</span></button>
|
||||
</section>
|
||||
</GhCanvasHeader>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user