Skip to content

Commit 4abf010

Browse files
authored
Merge pull request #63 from mahotilo/patch-10
Background none --> transparent
2 parents 1bf2c22 + 3d5e79d commit 4abf010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

universal_editor/editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ color:#7F3300;
130130
-o-box-sizing:border-box;
131131
box-sizing:border-box;
132132
box-shadow:none;
133-
background-color:none;
133+
background-color:transparent;
134134
border:none;
135135
padding:4px 6px;
136136
width:100%!important;

0 commit comments

Comments
 (0)