You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
502 B
23 lines
502 B
NavigationPanel[menu=true] {
|
|
background-color: rgb(32, 32, 32);
|
|
border: 1px solid rgb(57, 57, 57);
|
|
border-top-right-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
}
|
|
|
|
NavigationPanel[menu=false] {
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
border-top-right-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
}
|
|
|
|
QScrollArea,
|
|
#scrollWidget {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
NavigationInterface {
|
|
background-color: rgb(32, 32, 32);
|
|
} |