diff --git a/hwe/scss/chiefCenter.scss b/hwe/scss/chiefCenter.scss index ab1bcf6f..f25c10f6 100644 --- a/hwe/scss/chiefCenter.scss +++ b/hwe/scss/chiefCenter.scss @@ -34,7 +34,7 @@ $modcolor2: color.adjust($nbase2color, $lightness: +5%); line-height: 30px; } - .row:nth-child(even) .turn_pad { + .row:nth-child(odd) .turn_pad { background-color: $modcolor2; } } @@ -80,6 +80,12 @@ $modcolor2: color.adjust($nbase2color, $lightness: +5%); .only500px { display: none !important; } + + .commandBox .controlPad { + .turn_pad:nth-child(2n) { + background-color: $modcolor2; + } + } } @include media-500px {