Skip to content

Commit 76b84c9

Browse files
authored
Merge pull request #50 from serdarekremcakir/fix-repeater
fixed repeater buttons
2 parents c5d30d6 + a78ce25 commit 76b84c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/css/theme.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3590,3 +3590,12 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
35903590
.table a{
35913591
word-break: break-word;
35923592
}
3593+
3594+
3595+
.repeater-item-controls{
3596+
background: #213c62 !important;
3597+
}
3598+
3599+
.repeater-item-controls a i{
3600+
color: #fff !important;
3601+
}

0 commit comments

Comments
 (0)