CC-6069: Pick consistent design for New buttons
* First shot at blue New buttons
This commit is contained in:
parent
71f149f95f
commit
311956eb74
6 changed files with 20 additions and 7 deletions
|
@ -119,7 +119,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
$menu
|
||||
.append(
|
||||
"<div class='btn-group' title=" + $.i18n._('New') + ">" +
|
||||
"<button class='btn btn-small' id='sb-new'>" +
|
||||
"<button class='btn btn-small btn-new' id='sb-new'>" +
|
||||
"<i class='icon-white icon-plus'></i>" +
|
||||
"<span>" + $.i18n._('New') + "</span>" +
|
||||
"</button>" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue