.login-ui .login-dialog .logo {
        background-image: url( app/ext/tempnamespace/images/logo-placeholder.png);
        width: 14em;
        height: 3.2em;
        margin: .75em auto .5em;
        transform: translateX(-0.75em);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
}
div.login-ui {
        background: #666;
        background-color: #666;
}
.login-ui .login-dialog {
        background-color: white;
}


/* Tighten recent-connection hover tile around thumbnails. */
div.recent-connections div.connection {
        padding: 0.45em 0.65em 0.55em;
        margin: 0.55em 0.75em;
        border-radius: 0.35em;
}

.recent-connections .connection .remove-recent {
        top: 0.45em;
        right: 0.45em;
}


/* Force recent-connection hover background to hug thumbnail. */
div.recent-connections div.connection {
        width: fit-content;
        max-width: none;
        padding: 0.25em 0.35em 0.35em;
        margin: 0.45em 0.6em;
        border-radius: 0.25em;
        box-sizing: border-box;
}

.recent-connections .connection a {
        display: block;
}

.recent-connections .connection .thumbnail {
        margin: 0.2em 0.2em 0.35em;
}

.recent-connections .connection .thumbnail > * {
        max-width: 100%;
}

.recent-connections .connection .caption .name {
        margin-left: 0;
}

.recent-connections .connection .remove-recent {
        top: 0.25em;
        right: 0.25em;
}


/* Disable recent-connection hover highlight. */
.recent-connections .connection:hover,
div.recent-connections div.connection:hover {
        background: transparent;
        background-color: transparent;
}
/*
 * 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.
 */

/* Label/tag denoting the user that shared a connection */
.jdbc-share-tag {

    background: #0095ff;
    padding: 0.25em;

    -moz-border-radius:    0.25em;
    -webkit-border-radius: 0.25em;
    -khtml-border-radius:  0.25em;
    border-radius:         0.25em;

    color: white;
    font-size: 0.75em;
    font-weight: bold;

}
