Skip to content

Commit 138cfe8

Browse files
author
Marty Wallace
committed
1.4.1.
1 parent 9851e3a commit 138cfe8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-keyboard",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"homepage": "https://github.com/MartyWallace/vue-keyboard",
55
"main": "dist/vue-keyboard.js",
66
"license": "MIT",

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
a:hover {
5252
text-decoration: underline;
5353
}
54+
55+
.vue-keyboard .action-backspace {
56+
background: #C00;
57+
color: #FFF;
58+
}
5459
</style>
5560
</head>
5661
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-keyboard",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"devDependencies": {
55
"babel-preset-es2015": "^6.9.0",
66
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)