mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Fixed save button disappearing for adding service
This commit is contained in:
@@ -92,6 +92,6 @@
|
||||
}
|
||||
|
||||
#services-list > tr.edit > td.action-column > button[data-type="edit"],
|
||||
#services-list > tr:not(.edit) > td.action-column > button[data-type="save"] {
|
||||
#services-list > tr:not(.edit):not(#add-row) > td.action-column > button[data-type="save"] {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user