summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <palvarez89@gmail.com>2015-10-02 10:07:52 +0200
committerPedro Alvarez <palvarez89@gmail.com>2015-10-02 10:07:52 +0200
commit03248c2862ca5570bd6477221a295ba59d28090d (patch)
tree9cb7739c4c31e983c5fc6292feba25b4e9f359e0
parent1c663ae1dd27f9068c9d2d64d541262458125539 (diff)
downloadciat-ui-03248c2862ca5570bd6477221a295ba59d28090d.tar.gz
Hide progress bars when not active
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5f9b332..0e58838 100644
--- a/style.css
+++ b/style.css
@@ -132,3 +132,7 @@ h1>em>a:hover {
background-color: grey;
margin-bottom: 0px;
}
+
+:not(.active) > .progress {
+ visibility: hidden;
+}