a.defaultPointer {
pointer-events: none;
cursor:default;
}
a.weblink:hover {
background-color: lightgray;
}
div.card {
box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);
}
div.card:hover {
box-shadow: 0 4px 8px 10px rgba(100, 100, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
a.nav-link:hover {
color: orchid;
}
a.nav-link{
color: #d0d0d0;
}
svg.caruSetting {
fill: darkgray;
}
svg.caruSetting:hover{
cursor: pointer;
fill: orchid;
}
svg.scrollIcon:hover{
cursor: pointer;
fill: orchid;
}
svg.scrollIconAdd:hover{
cursor: pointer;
fill: blue;
}
.note-editable{
color:white;
}
.note-toolbar, .note-btn {
background-color: gray;
border: 0px;
}
.note-dropdown-item {
color:black !important;
display: block
}
.note-dropdown-item:hover {
background-color:hsl(212, 40.20%, 77.10%);
}
a.note-dropdown-item,
a.note-dropdown-item:hover {
margin: 2px 0;
text-decoration: none
}
.note-dropdown-menu {
background-color: lightgray;
border: 1px solid gray;
}