| /* |
| * Licensed to the Apache Software Foundation (ASF) under one or more |
| * contributor license agreements. See the NOTICE file distributed with |
| * this work for additional information regarding copyright ownership. |
| * The ASF licenses this file to You under the Apache License, Version 2.0 |
| * (the "License"); you may not use this file except in compliance with |
| * the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| .global-search-options { |
| display: inline-flex; |
| flex-wrap: wrap; |
| background-color: #f0f0f000; |
| } |
| |
| .global-search-options-text { |
| display: block; |
| } |
| |
| .global-search-autocomplete { |
| background-color: #f1f1f1; |
| height: 34px; |
| width: 40vw; |
| border-radius: 4px; |
| |
| input { |
| padding: 5.5px !important; |
| } |
| } |
| .global-search-autocomplete ::-ms-input-placeholder, |
| .sidebar-searchbar ::-ms-input-placeholder { |
| color: rgba(0, 0, 0, 0.7); |
| } |
| |
| .global-search-autocomplete input::placeholder, |
| .sidebar-searchbar input::placeholder { |
| color: rgba(0, 0, 0, 0.7) !important; |
| // opacity: 1 !important; |
| } |
| .advanced-search-link { |
| // color: white !important; |
| text-decoration: underline; |
| cursor: pointer !important; |
| pointer-events: all; |
| } |
| |
| .advanced-search-title { |
| font-weight: 600; |
| padding-top: 10px; |
| padding-bottom: 10px; |
| } |
| |
| .advanced-search-queries-list { |
| list-style-type: disc !important; |
| padding: 0 0 0 24px !important; |
| } |
| |
| .advanced-search-queries-listitem { |
| display: list-item !important; |
| padding-left: 4px !important; |
| } |
| |
| .more-sample-queries { |
| display: flex; |
| align-items: center; |
| gap: 4px; |
| padding: 4px; |
| } |
| |
| .global-search-stack { |
| align-items: "center"; |
| gap: "0.5rem"; |
| } |
| |
| .advanced-search-label { |
| text-decoration: underline; |
| } |
| |
| .advanced-search-formcontrol { |
| flex: 1; |
| } |
| |
| .advanced-search-autocomplete { |
| height: 36px; |
| padding: 0; |
| } |
| |
| .advanced-search-refresh-btn { |
| padding: 8px !important; |
| border: 1px solid #bbb !important; |
| border-radius: 4px !important; |
| height: 36px; |
| } |
| |
| .advanced-search-refresh-icon { |
| width: 1em !important; |
| height: 1em !important; |
| font-size: 1.25rem !important; |
| } |
| |
| /* Label Picker */ |
| |
| .label-picker-filter-icon { |
| width: 1em !important; |
| height: 1em !important; |
| font-size: 1.25rem !important; |
| } |
| |
| .label-picker-icon-btn { |
| padding: 8px !important; |
| border: 1px solid #bbb !important; |
| border-radius: 4px !important; |
| height: 36px !important; |
| } |
| |
| .label-picker-name { |
| padding: 8px 10px; |
| font-weight: 600; |
| } |
| |
| .label-picker-list { |
| width: 17px !important; |
| height: 17px !important; |
| margin-right: 5px; |
| margin-left: -2px; |
| } |
| .label-picker-close-icon { |
| opacity: 0.6; |
| width: 18px !important; |
| height: 18px !important; |
| } |
| |
| .dashboard-quick-search .global-search-stack { |
| height: 50px; |
| margin-bottom: 5rem; |
| } |
| |
| .dashboard-quick-search .global-search-autocomplete { |
| height: 100%; |
| width: 50vw; |
| } |
| |
| .dashboard-quick-search .MuiInputBase-fullWidth { |
| height: 50px; |
| background: white; |
| } |
| |
| .dashboard-quick-search .MuiInputBase-fullWidth input { |
| font-size: 1rem; |
| } |
| |
| .dashboard-quick-search .advanced-search-link { |
| padding: 16px 20px; |
| } |
| |
| .dashboard-quick-search .advanced-search-link p { |
| font-size: 1rem; |
| } |