10 lines
136 B
CSS
10 lines
136 B
CSS
.k-panel-menu {
|
|
background-color: #000;
|
|
}
|
|
.k-panel-menu * {
|
|
color: #fff;
|
|
}
|
|
|
|
.k-panel-menu-button[aria-current] * {
|
|
color: #000;
|
|
}
|