summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/config/config.component.css
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-18 01:04:02 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-18 01:04:02 +0200
commit8f44cc7217ce48f3f94c8ea3f037cdf011c4493b (patch)
treea93c483370e6ad64a7440241cfb7c21beb6021ba /webapp/src/app/config/config.component.css
parent4feef5296bf3aea331fdde4cd7b94ee2322a907e (diff)
Add folder synchronization status.
Also add ability to force re-synchronization.
Diffstat (limited to 'webapp/src/app/config/config.component.css')
-rw-r--r--webapp/src/app/config/config.component.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/src/app/config/config.component.css b/webapp/src/app/config/config.component.css
index 208ce6f..2bb3fea 100644
--- a/webapp/src/app/config/config.component.css
+++ b/webapp/src/app/config/config.component.css
@@ -24,3 +24,7 @@ tr.info>th {
tr.info>td {
vertical-align: middle;
}
+
+.panel-heading {
+ background: aliceblue;
+}