You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
Flags page CSS
|
|
- Originally in ACP
|
|
- Now available in front-end for global mods as well
|
|
*/
|
|
|
|
.page-flags {
|
|
// hide the all categories li element
|
|
[component="flags/filters"] [component="category/dropdown"] [data-cid="all"] {
|
|
display: none;
|
|
}
|
|
}
|