about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2020-05-23 08:10:06 -0500
committerPjotr Prins2020-05-23 08:10:06 -0500
commit4e9df3187214536d19c34da5335c7ec1310b0067 (patch)
tree93ea7a660a32c585b4b6cf8ab0f2e2ed318e2dce
parent407998f80e6d85e589172a5ebc081ced5aa66516 (diff)
downloadbh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.tar.gz
bh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.tar.lz
bh20-seq-resource-4e9df3187214536d19c34da5335c7ec1310b0067.zip
CSS: counter in a block
-rw-r--r--bh20simplewebuploader/static/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index a2972e6..e2b999f 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -31,6 +31,13 @@ h1 {
     height: 150px;
 }
 
+#Counter {
+    color: lightgrey;
+    background-color: black;
+    font-size: large;
+    padding: 3px;
+}
+
 h2 > svg {
     position: relative;
     top: 8px;