Skip to content
Snippets Groups Projects
Commit dff76cb4 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Remove specific CSS modifications

parent 2cd7e403
No related branches found
No related tags found
No related merge requests found
......@@ -101,15 +101,6 @@
/* app navigation */
/* fix scrolling */
#app-navigation {
overflow: hidden;
}
#app-navigation .utils {
padding: 0 16px;
}
/* do not display empty folders in the sidebar */
#app-navigation .empty {
display: none;
......@@ -135,35 +126,6 @@
}
/* START: should be done in core/apps.css */
#app-navigation .collapse {
display: inline-block !important;
opacity: .3;
z-index: 1;
}
#app-navigation ul ul {
display: block;
}
#app-navigation ul ul ul {
display: none;
}
#app-navigation ul ul li > a {
padding-left: 32px;
}
#app-navigation ul .collapsible.open:hover {
box-shadow: inset 0 0 3px #ddd;
}
#app-navigation ul .collapsible.open ul {
display: block;
}
/* STOP: should be done in core/apps.css */
#emptycontent,
#mail-messages #emptycontent.emptycontent-search {
position: static;
......@@ -370,11 +332,6 @@
padding: 3px;
}
/* override core values to work with custom html */
#app-navigation .app-navigation-entry-utils {
top: 7px;
}
/* autocomplete list */
.ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete {
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment