diff options
author | Frederick Muriuki Muriithi | 2024-10-07 13:32:01 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-07 13:42:22 -0500 |
commit | 4c0186d281ff77b28fa1abe1f84da0e8cb72dea1 (patch) | |
tree | 1900f94939deaf3ef49b2122a576bb45e632c231 /uploader/static | |
parent | 40ae605d358440212a2617d1ec0dddb5f75df5bb (diff) | |
download | gn-uploader-4c0186d281ff77b28fa1abe1f84da0e8cb72dea1.tar.gz |
Create new phenotype dataset (PublishFreeze).
Provide the UI and code to create a new phenotype dataset.
Diffstat (limited to 'uploader/static')
-rw-r--r-- | uploader/static/css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 574f53e..0e9a029 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -125,3 +125,9 @@ input[type="submit"], .btn { border-color: #AAAAAA; background-color: #EFEFEF; } + +.danger { + color: #A94442; + border-color: #DCA7A7; + background-color: #F2DEDE; +} |