Skip to content

Commit 212b7c0

Browse files
Merge pull request #112 from webdev-dev/master
Form CSS Fix #2
2 parents a605f8a + 57b98ac commit 212b7c0

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

dist/_wfui-react.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,6 +1992,14 @@ tr
19921992
text-transform: uppercase;
19931993
margin-left: auto; }
19941994

1995+
.wfui-type-field-table .btn-add-col:active,
1996+
.wfui-type-field-table .btn-add-col:hover,
1997+
.wfui-type-field-table .btn-add-col:focus,
1998+
.wfui-form-addAnother .add-btn:active,
1999+
.wfui-form-addAnother .add-btn:focus,
2000+
.wfui-form-addAnother .add-btn:hover {
2001+
background-position: 15px center; }
2002+
19952003
.wfui-type-field-table .btn-add-col {
19962004
float: right; }
19972005

src/FormFields/index.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,15 @@ div[class^='multiple-inputs-'] .wfui-input-table__li:nth-child(even) {
10181018
margin-left: auto;
10191019
}
10201020

1021+
.wfui-type-field-table .btn-add-col:active,
1022+
.wfui-type-field-table .btn-add-col:hover,
1023+
.wfui-type-field-table .btn-add-col:focus,
1024+
.wfui-form-addAnother .add-btn:active,
1025+
.wfui-form-addAnother .add-btn:focus,
1026+
.wfui-form-addAnother .add-btn:hover {
1027+
background-position: 15px center;
1028+
}
1029+
10211030
.wfui-type-field-table .btn-add-col {
10221031
float: right;
10231032
}

0 commit comments

Comments
 (0)