Scripted advanced tabs and added css animations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user