Skip to content

Commit a78ce25

Browse files
author
Serdar Cakir
committed
fixed repeater buttons
1 parent c5d30d6 commit a78ce25

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)