Skip to content

Commit

Permalink
Merge pull request #6465 from BigFunger/url-shorten-icon-dark
Browse files Browse the repository at this point in the history
[share url] fixes buttons on share panel using dark theme
  • Loading branch information
BigFunger committed Mar 8, 2016
2 parents 96b4519 + e68fdf6 commit a8b494d
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 a8b494d

Please sign in to comment.