[TScroller] Scroll 디자인 변경
Detail Notes : 1. TButtonScroller와 동일하게 변경
This commit is contained in:
@@ -14,10 +14,17 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
> div:nth-child(2) > div:nth-child(1) {
|
||||
background-color: #fff;
|
||||
width: 8px;
|
||||
border-radius: 40px;
|
||||
> div:nth-child(2) {
|
||||
padding: 0;
|
||||
> div:nth-child(1) {
|
||||
background-color: #e7e7e7;
|
||||
width: 8px;
|
||||
border-radius: 0;
|
||||
> div {
|
||||
border-radius: 0;
|
||||
background-color: #7a808d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user