All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.css.debugweb.debugweb.scss Maven / Gradle / Ivy

The newest version!
/*!
 * Copyright 2014 the original author or authors
 *
 * Licensed 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.
 */

/* deprecated */
ul.debug-menu {
  li.selected {
    font-weight: bold;

    a {
      text-decoration: none;
    }
  }
}

/* deprecated */
div {
  &.feedback {
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 3px;
    border: solid 1px green;
    margin-bottom: 15px;
  }
}

.hidden {
  display: none;
}

.navbar-left {
  .debug-warning {
    margin-top: 11px;
    margin-right: 10px;
    padding: 4px;
    background-color: #d9534f;
    color: white;
    font-weight: bold;
    border-radius: 5px;
  }
}

.debug-web-handlers {
  table {
    td {
      font-size: 11px;
    }
  }
}

.debug-across-browser {
  select {
    option {
      &.disabled {
        color: #d9534f;
      }
    }
  }

  strong.moduleIndex {
    display: block;
    width: 40px;
    float: left;
    text-align: center;
  }

  table {
    table-layout: fixed;
    word-wrap: break-word;

    &.contextBeans {
      tr {
        &.exposed {
          td {
            color: black;
            font-weight: bold;
          }
        }
      }
      td.bean-scope, th.bean-scope {
        text-align: center;
      }

      td {
        font-size: 11px;
      }
    }
  }
}

/* deprecated */
.debug-across-info {
  h2 {
    background-color: whitesmoke;
    padding: 5px;
    border: solid 1px gainsboro;

    span.module-disabled {
      color: red;
    }
  }

  table.bean-list {
    tr {
      color: gray;

      &:hover {
        background-color: gainsboro;
      }
      &.exposed {
        color: black;
      }
      &.inherited {
        color: gray;
      }

      th {
        color: black;
      }

      td {
        padding: 3px;

        &.bean-name {
          width: 300px;
        }
        &.bean-role {
          width: 85px;
          text-align: center;
        }
      }
    }
  }
}

.mb-3 {
  margin-bottom: 30px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy