blob: 9d0bf9a6e736cf5d3a4047e2e54f4953dbcb58ac [file] [log] [blame]
/*
* 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.
*/
.not-found {
position: relative;
&:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
opacity: 0.7;
z-index: 10;
}
}
.entity-advanced-menu {
a {
color: @gray-light;
cursor: pointer;
}
.entity-advanced-dropdown {
overflow-y: auto;
.menuitem-success {
color: @brand-success;
&:hover {
background: @alert-success-bg;
}
}
.menuitem-primary {
color: @brand-primary;
}
.menuitem-warning {
color: @brand-warning;
&:hover {
background: @alert-warning-bg;
}
}
.menuitem-danger {
color: @brand-danger;
&:hover {
background: @alert-danger-bg;
}
}
}
}