diff options
author | Pjotr Prins | 2020-07-16 10:53:19 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-16 10:53:19 +0100 |
commit | f0dd283c31acfcc34b967b7a81167e0543d06364 (patch) | |
tree | d7dc4aeeba3d235c6469ecb4d24eb3ed4d7b1750 /bh20simplewebuploader/static/main.css | |
parent | 6b4503da47e77984d00dacf827ab69e2582a3902 (diff) | |
download | bh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.tar.gz bh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.tar.lz bh20-seq-resource-f0dd283c31acfcc34b967b7a81167e0543d06364.zip |
Add edit icon to text on github
Closes #76
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index b9b27f4..47fb408 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -377,3 +377,17 @@ div.status { vertical-align: top; border-bottom: 1px solid #ddd; } + +.editbutton { + float: right; + text-align: right; + background-color: lightgrey; + border: 2px solid #4CAF50; + border-radius: 12px; + color: black; + padding: 5px 32px; + // text-decoration: none; + display: inline-block; + font-size: 16px; + box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); +} |