Changed Fast Quicklist button colors to match ClipBucket theme colors

This commit is contained in:
Saqib Razzaq 2016-07-15 07:57:26 -07:00
parent 2eac3795d0
commit d38d080730

View file

@ -13,4 +13,11 @@
<div id="my_quicklist" class="my_quicklist">
</div>
</div>
</div>
</div>
<style type="text/css">
.btn-danger {
background-color: #0080b4;
border-color: #0080b4;
}
</style>