mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Styling and shit
This commit is contained in:
@@ -771,11 +771,11 @@ ul #chat-log{
|
||||
}
|
||||
|
||||
|
||||
#code-link + span{
|
||||
#code-link + a{
|
||||
line-height: normal;
|
||||
color: black;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
#volume-control {
|
||||
cursor:pointer;
|
||||
float:left;
|
||||
@@ -801,11 +801,22 @@ ul #chat-log{
|
||||
}
|
||||
|
||||
#volume-control .ui-slider-handle {
|
||||
height:15px;
|
||||
width:5px;
|
||||
background-color:black;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
border: none;
|
||||
height: 15px;
|
||||
width: 36px;
|
||||
background-color: rgb(255, 44, 44);
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
border: none;
|
||||
border-radius: 17px;
|
||||
margin-left: -17px;
|
||||
}
|
||||
|
||||
.slider-vol{
|
||||
float: left;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.about-remote{
|
||||
padding-top: 50px;
|
||||
}
|
||||
Reference in New Issue
Block a user