ui: different background color for code view snippet list to amplify layering

* improved contrasts in dark scheme
This commit is contained in:
Eberhard Graether
2017-12-04 11:55:11 +01:00
parent f9e4afda77
commit 3e59dd5396
5 changed files with 30 additions and 33 deletions
+10 -2
View File
@@ -1,13 +1,21 @@
#code_navigation, #code_container, #code_file_list, #code_file_single {
#code_container, #code_file_list {
background-color: <color:code/background>;
}
#code_file_single {
background-color: <color:code/snippet/background>;
}
#code_navigation {
background-color: <color:code/navigation/background>;
}
#code_container, #code_file_list {
border: none;
}
#separator_gap {
background-color: <color:code/background>;
background-color: <color:code/navigation/background>;
border: none;
}