Skip to content

Commit 460cdc4

Browse files
committed
Converted tabs to spaces.
1 parent 5b8b806 commit 460cdc4

File tree

1 file changed

+6
-6
lines changed
  • src/org/vaadin/resetbuttonfortextfield/widgetset/public/resetbuttonfortextfield

1 file changed

+6
-6
lines changed

src/org/vaadin/resetbuttonfortextfield/widgetset/public/resetbuttonfortextfield/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
cursor: pointer;
1212
width: 16px;
1313
height: 16px;
14-
background-image: url(resetbutton-default.svg);
15-
background-position: center center;
16-
background-repeat: no-repeat;
14+
background-image: url(resetbutton-default.svg);
15+
background-position: center center;
16+
background-repeat: no-repeat;
1717
}
1818

1919
.resetbuttonfortextfield-resetbutton:hover {
20-
background-image: url(resetbutton-hover.svg);
20+
background-image: url(resetbutton-hover.svg);
2121
cursor: pointer;
2222
}
2323

2424
.v-ie8 .resetbuttonfortextfield-resetbutton {
25-
background-image: url(resetbutton-default.png);
25+
background-image: url(resetbutton-default.png);
2626
}
2727

2828
.v-ie8 .resetbuttonfortextfield-resetbutton:hover {
29-
background-image: url(resetbutton-hover.png);
29+
background-image: url(resetbutton-hover.png);
3030
}
3131

0 commit comments

Comments
 (0)