player dropbox edit
This commit is contained in:
parent
ad2f2874ba
commit
e77be818be
@ -12,17 +12,21 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropbox {
|
.dropbox {
|
||||||
width: 17%;
|
width: 100%;
|
||||||
position: absolute;
|
position: relative;
|
||||||
margin-top: 2%;
|
margin-top: 24%;
|
||||||
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropbox div {
|
.dropbox > li {
|
||||||
background-color: white;
|
font-size: 14px;
|
||||||
color: grey;
|
text-align: center;
|
||||||
font-size: 16pt;
|
padding: 2px;
|
||||||
padding-top: 5px;
|
background-color: #293133;
|
||||||
padding-bottom: 5px;
|
}
|
||||||
|
|
||||||
|
.dropbox > li:hover {
|
||||||
|
background-color: #3d494c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stars {
|
.stars {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user