Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 1 | /* |
| 2 | ============LICENSE_START========================================== |
| 3 | =================================================================== |
| 4 | Copyright (C) 2018 IBM Intellectual Property. All rights reserved. |
| 5 | =================================================================== |
| 6 | |
| 7 | Unless otherwise specified, all software contained herein is licensed |
| 8 | under the Apache License, Version 2.0 (the License); |
| 9 | you may not use this software except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END============================================ |
| 20 | */ |
| 21 | |
| 22 | /* You can add global styles to this file, and also import other style files */ |
Swapnali Shadanan Pode | b07884a | 2019-03-20 13:35:41 +0530 | [diff] [blame] | 23 | @import "~jsoneditor/dist/jsoneditor.min.css"; |
Arundathi Patil | 3d02685 | 2018-12-14 23:03:55 +0530 | [diff] [blame] | 24 | .mat-card:not([class*=mat-elevation-z]) { |
| 25 | box-shadow: none !important; |
| 26 | } |
Arundathi Patil | cc35326 | 2019-03-18 17:50:14 +0530 | [diff] [blame] | 27 | |
| 28 | .btn-active { |
| 29 | margin: 0.5em; |
| 30 | background-color: #3f51b5; |
| 31 | color: white; |
| 32 | border-radius: 4px; |
| 33 | border: none; |
| 34 | padding: 0.5em; |
| 35 | min-width: 6em; |
| 36 | cursor: pointer; |
| 37 | } |
| 38 | |
| 39 | .btn-disablled { |
| 40 | background-color: #c5cae8; |
| 41 | border-radius: 4px; |
| 42 | color: darkgray; |
| 43 | margin: 0.5em; |
| 44 | padding: 0.5em; |
| 45 | min-width: 6em; |
| 46 | border: none; |
| 47 | cursor: initial; |
Swapnali Shadanan Pode | 949ed02 | 2019-03-29 16:03:09 +0530 | [diff] [blame] | 48 | } |
| 49 | div.jsoneditor-outer { |
| 50 | position: static; |
| 51 | width: 100%; |
| 52 | height: 400px; |
| 53 | margin: 0; |
| 54 | padding: 0; |
| 55 | box-sizing: border-box; |
| 56 | color:white; |
| 57 | } |
| 58 | div.jsoneditor-outer.has-main-menu-bar{ |
| 59 | background-color:#3f51b5; |
| 60 | |
| 61 | } |
| 62 | div.jsoneditor-tree div.jsoneditor-tree-inner{ |
| 63 | padding-bottom: 300px; |
| 64 | background-color: white; |
| 65 | } |
| 66 | div.jsoneditor-treepath { |
| 67 | padding: 0 5px; |
| 68 | overflow: hidden; |
| 69 | white-space: nowrap; |
| 70 | outline: 0; |
| 71 | color:white; |
| 72 | } |