Some new icons with logic (not completed yet)
This commit is contained in:
@ -89,10 +89,14 @@
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
margin-left: 4px;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
|
||||
border-radius: 50%;
|
||||
background-color: dimgray;
|
||||
opacity: .8;
|
||||
/* box-shadow: -2px -2px 5px inset; */
|
||||
}
|
||||
|
||||
.status-icon-busy {
|
||||
@ -107,12 +111,18 @@
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
|
||||
.info-icon:hover {
|
||||
/* opacity: .6; */
|
||||
cursor: pointer;
|
||||
transform: scale(90%);
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.info-icon {
|
||||
|
||||
.edit-icon:hover {
|
||||
/* opacity: .6; */
|
||||
cursor: pointer;
|
||||
transform: scale(90%);
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
|
Reference in New Issue
Block a user