diff options
author | Hao Chen | 2019-05-19 17:40:47 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-19 17:40:47 -0500 |
commit | 57dc1ef7a63f8c05e6d4369dbcd8eb0e51f40a64 (patch) | |
tree | bbd3131b5113279820eb8b1f071298e30588f919 /static/style.css | |
parent | a5d68f2bb80b89a8a6cf1051754112eda70316df (diff) | |
download | genecup-57dc1ef7a63f8c05e6d4369dbcd8eb0e51f40a64.tar.gz |
UI changes
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index f57b27c..aa1bbd2 100644 --- a/static/style.css +++ b/static/style.css @@ -52,4 +52,6 @@ a:active { width: 20%; } - +#searchform{ + background:#F8F9F9; +} |