aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/App.css b/source/App.css
index a18e106..961beb4 100644
--- a/source/App.css
+++ b/source/App.css
@@ -10,8 +10,8 @@
.app-panels > * {
width: 320px;
background-color: #EAEAEA;
- border-left: 1px solid #000;
- /* box-shadow: -4px -4px 4px rgba(0,0,0,0.3); */
+ /*border-left: 1px solid #000; */
+ box-shadow: -4px -4px 4px rgba(0,0,0,0.3);
}
/* on small devices, make each panel fit to the app width */
@@ -119,6 +119,10 @@
width: 50px;
}
+.list-selected {
+ background-color: #c4e3fe;
+}
+
.content-container {
margin: 10px;
}