mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
23 lines
321 B
CSS
23 lines
321 B
CSS
|
.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;
|
||
|
}
|