Skip to content

Commit d76d8c2

Browse files
committedOct 7, 2018
fix(styling): minor fixes in default styles
1 parent d62659f commit d76d8c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎package.json

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "react-editext",
33
"version": "2.1.1",
44
"description": "Editable Text Component for React Applications",
5+
"keywords": [
6+
"react",
7+
"editable",
8+
"editable text",
9+
"editable content",
10+
"contenteditable",
11+
"content editable",
12+
"inline edit"
13+
],
514
"author": "alioguzhan",
615
"license": "MIT",
716
"repository": "alioguzhan/react-editext",

‎src/styles.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
.Editext__button:hover {
1212
cursor: pointer;
13-
background-color: rgba(148, 148, 148, 0.1);
13+
background-color: rgba(241, 241, 241, 1.00)
1414
}
1515
.Editext__input {
1616
width: 100%;
@@ -68,4 +68,5 @@
6868
color: lightslategray;
6969
font-size: .7em;
7070
margin-top: 3px;
71+
text-align: left;
7172
}

0 commit comments

Comments
 (0)