CSS tweaks from B0B

pull/53/head
Zlatin Balevsky 2020-03-25 15:37:48 +00:00
parent e216678d9a
commit 5368dbe181
1 changed files with 7 additions and 3 deletions

View File

@ -538,8 +538,9 @@ li.fileTree {
display: none;
position: absolute;
z-index:1;
background: #f5f5f5;
padding-left: 20px;
background: #c8e0ff;
background-color: #c8e0ff;
padding: 3px 14px 3px 14px;
width: max-content;
}
@ -549,7 +550,10 @@ li.fileTree {
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
.dropdown-content a:hover {
background: #d8f0ff;
background-color: #d8f0ff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}