[CategoryPanel] 화면 정상적으로 안나오는부분 처리건.
- itemcontents 스타일변경. - showlists 스타일변경. - TDropDown 스타일변경.
This commit is contained in:
@@ -35,14 +35,6 @@
|
||||
}
|
||||
|
||||
[id="floatLayer"] {
|
||||
--list-background-color: @COLOR_GRAY03;
|
||||
--list-item-font-color: @COLOR_WHITE;
|
||||
--list-item-focus-background-color: @PRIMARY_COLOR_RED;
|
||||
--list-item-focus-font-color: @COLOR_WHITE;
|
||||
--list-item-select-border-color: @PRIMARY_COLOR_RED;
|
||||
--scroll-track-color: @COLOR_GRAY03;
|
||||
--scroll-bar-color: @COLOR_GRAY04;
|
||||
|
||||
> div > div[id] > div:nth-child(2) {
|
||||
bottom: unset !important;
|
||||
transform: unset !important;
|
||||
@@ -52,30 +44,22 @@
|
||||
padding: 0 !important;
|
||||
margin-top: 4px !important;
|
||||
box-shadow: none !important;
|
||||
background-color: var(--list-background-color) !important;
|
||||
background-color: @COLOR_GRAY03 !important;
|
||||
border-radius: 6px !important;
|
||||
|
||||
> div {
|
||||
padding: 0 !important;
|
||||
padding-top: 14px !important;
|
||||
height: auto !important;
|
||||
|
||||
> div > div {
|
||||
> div {
|
||||
padding: 0 15px !important;
|
||||
|
||||
&:focus {
|
||||
background-color: var(
|
||||
--list-item-focus-background-color
|
||||
) !important;
|
||||
}
|
||||
|
||||
> div:nth-child(1) {
|
||||
&:focus {
|
||||
background-color: @PRIMARY_COLOR_RED !important;
|
||||
color: @COLOR_WHITE !important;
|
||||
}
|
||||
font-family: @baseFontBold !important;
|
||||
color: var(--list-item-font-color) !important;
|
||||
color: @COLOR_WHITE !important;
|
||||
font-size: 24px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
padding: 7px 15px !important;
|
||||
height: 60px !important;
|
||||
line-height: 60px !important;
|
||||
-webkit-margin-start: 0 !important;
|
||||
@@ -97,13 +81,13 @@
|
||||
|
||||
> div:nth-child(2) > div {
|
||||
// scroll track
|
||||
background-color: var(--scroll-track-color) !important;
|
||||
background-color: @COLOR_GRAY03 !important;
|
||||
width: 4px !important;
|
||||
border-radius: 20px !important;
|
||||
|
||||
> div {
|
||||
//scroll bar
|
||||
background: var(--scroll-bar-color) !important;
|
||||
background: @COLOR_GRAY04 !important;
|
||||
width: 100% !important;
|
||||
border-radius: inherit !important;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
margin-top: 14px;
|
||||
margin-left: -20px;
|
||||
.itemList {
|
||||
display: block;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
margin-top: 14px;
|
||||
margin-left: -20px;
|
||||
.videoContents {
|
||||
display: block;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user