diff options
author | 2017-11-23 12:44:38 +0530 | |
---|---|---|
committer | 2017-11-23 15:05:46 +0530 | |
commit | 368428217fd182ab7a939b69c5abd7adc6bc30eb (patch) | |
tree | acb6d367467478778ce4d6206d39877a7115856f /testapi/3rd_party/static/testapi-ui/assets/css | |
parent | 2b0da4f9ccdd488005f8b01c94153b4b41cad59c (diff) |
Add filter option in projects page
Implemented the filter option for the projects by
following params.
name - Check the project's name.
Edit the Error message view.
Change-Id: Ib2f0e0ccd9726353dbbedbc44d98747ec8e2d4f9
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/assets/css')
-rw-r--r-- | testapi/3rd_party/static/testapi-ui/assets/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/assets/css/style.css b/testapi/3rd_party/static/testapi-ui/assets/css/style.css index f348092..91e8ba2 100644 --- a/testapi/3rd_party/static/testapi-ui/assets/css/style.css +++ b/testapi/3rd_party/static/testapi-ui/assets/css/style.css @@ -226,3 +226,9 @@ a.glyphicon { .modal-body .row { margin-bottom: 10px; } + +.alert{ + background-color: white; + border-color: white; + margin-top: 5px; +}
\ No newline at end of file |