mirror of https://github.com/zlatinb/muwire
CSS tweaks from B0B
parent
e216678d9a
commit
5368dbe181
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue