| // 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. |
| |
| .ui-widget { |
| font-family: inherit; |
| } |
| |
| .ui-widget-content, |
| .ui-widget.ui-widget-content { |
| border: 0; |
| background: inherit; |
| } |
| |
| .ui-dialog.ui-widget-content { |
| background: #ffffff; |
| } |
| |
| .ui-tabs .ui-tabs-nav { |
| display: block; |
| position: relative; |
| z-index: $z-index-ui-tabs; |
| float: left; |
| width: 100%; |
| height: 41px; |
| margin-top: 42px; |
| padding: 0; |
| border: 0; |
| background-color: inherit; |
| overflow: hidden; |
| } |
| |
| .ui-tabs .ui-tabs-nav.ui-corner-all { |
| border-bottom-left-radius: 0; |
| } |
| |
| .ui-tabs .ui-tabs-nav .ui-tab { |
| margin-right: 1px; |
| } |
| |
| .ui-tabs .ui-tab .ui-tabs-anchor { |
| position: relative; |
| float: left; |
| min-width: 91px; |
| padding: 15px 10px; |
| font-size: 11px; |
| color: #4e6070; |
| text-align: center; |
| text-decoration: none; |
| } |
| |
| .ui-tabs .ui-tab.ui-state-default { |
| border: 1px solid #d9d9d9; |
| background: #f0f0f0; |
| } |
| |
| .ui-tabs .ui-tab.ui-state-active { |
| background: #ffffff; |
| } |
| |
| .ui-tabs .ui-tab.ui-state-hover a { |
| text-decoration: underline; |
| /*color: #000000;*/ |
| cursor: pointer; |
| } |
| |
| ul.ui-autocomplete.ui-menu { |
| width: 250px; |
| max-height: 400px; |
| padding: 5px; |
| background: #dddddd; |
| font-size: 13px; |
| overflow-x: hidden; |
| overflow-y: auto; |
| } |