Skip to content

Commit

Permalink
[share url] fixes buttons on share panel using dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFunger committed Mar 8, 2016
1 parent 96b4519 commit e68fdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/share/views/share_object_url.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
class="form-control url">
</input>
<button
class="shorten-button"
class="shorten-button btn btn-default"
tooltip="Generate Short URL"
ng-click="generateShortUrl()"
ng-disabled="shortGenerated">
<span aria-hidden="true" class="fa fa-compress"></span>
</button>
<button
class="clipboard-button"
class="clipboard-button btn btn-default"
tooltip="Copy to Clipboard"
ng-click="copyToClipboard()">
<span aria-hidden="true" class="fa fa-clipboard"></span>
Expand Down

0 comments on commit e68fdf6

Please sign in to comment.