Scripted advanced tabs and added css animations

This commit is contained in:
2021-02-09 19:50:33 +01:00
parent 007917fdbd
commit 2e59495f19
6 changed files with 49 additions and 8 deletions

View File

@@ -199,7 +199,11 @@
font-size: 24px;
color: red;
text-align: center;
cursor: pointer;
}
.btn-del-MenuItem:hover {
color: indianred;
}
#headerTable {
@@ -238,9 +242,20 @@
.btn-table-add {
color: green;
cursor: pointer;
}
.btn-table-add:hover {
color:lightgreen;
}
.btn-table-remove {
color: red;
cursor: pointer;
}
.btn-table-remove:hover {
color:indianred;
}