Skip to content

Commit

Permalink
[red-night] Fix new layout of File Manager plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Mar 2, 2021
1 parent 11e6950 commit fe4e403
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,11 @@ th i a.disabled {
background-color: var(--grey2);
}

.table th, .table td {
border-bottom: 1px solid var(--accent);
border-top: none;
}

.modal {
background-color: var(--grey1);
}
Expand Down Expand Up @@ -821,34 +826,13 @@ hr {
box-shadow: 0 0 8px 4px var(--quiteWhite-transparent);
}

#tab_plugin_filemanager .header {
background-color: var(--background);
border-bottom: 1px solid var(--accent);
}

#tab_plugin_filemanager .header>div {
border-right: none;
}

#tab_plugin_filemanager .container-fluid>.row-fluid {
#tab_plugin_filemanager .table-container {
border: none;
border-radius: 0;
box-shadow: none;
}

#tab_plugin_filemanager .entry-hover>div {
#tab_plugin_filemanager .header {
background-color: var(--background);
border-bottom: 1px solid var(--accent);
border-left: 4px solid transparent;
}

#tab_plugin_filemanager .entry-hover>div.selected {
background-color: var(--grey4);
border-left-color: var(--accent);
}

#tab_plugin_filemanager .entry-hover>div:hover,
#tab_plugin_filemanager .entry-hover>div div:hover {
background-color: var(--grey2);
}

.print-time-genius-after:after,
Expand Down

0 comments on commit fe4e403

Please sign in to comment.