summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-01 12:30:55 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-01 12:30:55 +0100
commit83b751870f50eefdb4e7dab6da1e4ef9fb27304e (patch)
tree3a1dafb608ac494a067137fa79bbb7420c542565
parent6780dd690072b328e3074a398ff8bf355d31e18e (diff)
downloadciat-ui-83b751870f50eefdb4e7dab6da1e4ef9fb27304e.tar.gz
Grey background progress bars
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 419afa3..a07fac6 100644
--- a/style.css
+++ b/style.css
@@ -126,3 +126,7 @@ h1>em>a:hover {
.container {
color: #111;
}
+
+.progress {
+ background-color: grey;
+}