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.
23 lines
321 B
CSS
23 lines
321 B
CSS
5 years ago
|
.select2-search--inline .select2-search__field:focus {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.sidebar h4 {
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.sidebar-collapse .sidebar h4 {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.logo a {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.sidebar-toggle {
|
||
|
padding: unset !important;
|
||
|
}
|