diff options
author | tang peng <tang.peng5@zte.com.cn> | 2018-08-03 01:22:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-03 01:22:09 +0000 |
commit | 252b165afc61d8bd415c32565dadb404c27ac5ca (patch) | |
tree | 21fab4afa74742cd77c99ed95f57d1dcc6cced19 /rulemgt-frontend/src/assets/framework | |
parent | da9261d9d5ed404ed030918238feaab0dd54fcc1 (diff) | |
parent | 2f6d3758fbc70ee6aac10063a8784a0f34c48a4d (diff) |
Merge "Fixed some UI bugs"
Diffstat (limited to 'rulemgt-frontend/src/assets/framework')
-rw-r--r-- | rulemgt-frontend/src/assets/framework/browser/css/open-ostyle.css | 2 | ||||
-rw-r--r-- | rulemgt-frontend/src/assets/framework/css/open-ostyle.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-frontend/src/assets/framework/browser/css/open-ostyle.css b/rulemgt-frontend/src/assets/framework/browser/css/open-ostyle.css index 14d964d..720dc60 100644 --- a/rulemgt-frontend/src/assets/framework/browser/css/open-ostyle.css +++ b/rulemgt-frontend/src/assets/framework/browser/css/open-ostyle.css @@ -909,7 +909,7 @@ a:hover { } .customtable tbody tr:hover td{ - background-color: #e6fbe0 !important; + background-color: #fafafa !important; } .shortnote{ diff --git a/rulemgt-frontend/src/assets/framework/css/open-ostyle.css b/rulemgt-frontend/src/assets/framework/css/open-ostyle.css index 73ec064..200d91f 100644 --- a/rulemgt-frontend/src/assets/framework/css/open-ostyle.css +++ b/rulemgt-frontend/src/assets/framework/css/open-ostyle.css @@ -924,7 +924,7 @@ tr{ } .customtable tbody tr:hover td{ - background-color: #e6fbe0 !important; + background-color: #fafafa !important; } .shortnote{ |