commit
7c27823868
@ -1872,3 +1872,23 @@ table.fileboard .intro a {
|
|||||||
#rules-popup .rules-popup-form-input {
|
#rules-popup .rules-popup-form-input {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dropdown for boardlist. */
|
||||||
|
.dropdown {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Alter details as needed, I'm not a designer. */
|
||||||
|
.dropdown-content {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
background-color: #666666;
|
||||||
|
min-width: 130px;
|
||||||
|
padding: 2px 6px;
|
||||||
|
color: #DCA1F5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown:hover .dropdown-content {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user