mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed top slider, it will now work for multiple sliders.
This commit is contained in:
parent
c42518b34e
commit
4c6287827c
3 changed files with 35 additions and 17 deletions
|
@ -25,20 +25,17 @@
|
|||
-webkit-border-bottom-left-radius: 8px;
|
||||
}
|
||||
|
||||
.openCloseWrapper {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.sliderButtonContainer {
|
||||
.sliderButton {
|
||||
width: 70px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
background-color:#333333;
|
||||
cursor:pointer;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
text-align: center;
|
||||
color:#FFFFFF;
|
||||
|
||||
|
||||
@*Rounded Edges*@
|
||||
border: 1px solid #444444;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue