webgme
Version:
Web-based Generic Modeling Environment
51 lines (50 loc) • 1.44 kB
CSS
/*
* Copyright (C) 2013 Vanderbilt University, All rights reserved.
*
* Author: Robert Kereskenyi
*/
div.asset-widget {
height: 25px;
line-height: 25px;
vertical-align: middle;
width: 50%;
border-radius: 4px;
position: relative;
background-color: rgba(0, 0, 0, 0.025);
border: 1px dashed #aaaaaa; }
div.asset-widget .edit-area {
height: 92%; }
div.asset-widget .btn-dialog-open {
position: absolute;
right: 0;
top: 0;
padding: 0 3px; }
div.asset-widget .upload-progress-bar {
width: 0;
display: inline-block;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
color: #3160ab;
background-color: #96e096;
font-size: 10px;
border-radius: 4px;
padding-left: 4px; }
div.asset-widget a {
white-space: nowrap;
display: inline-block;
max-width: 100%;
padding-right: 20px;
padding-left: 1ex;
overflow: hidden;
text-overflow: ellipsis; }
div.asset-widget.hover {
/*background-color: yellow;*/
border-color: rgba(82, 168, 236, 0.8);
background-color: rgba(82, 168, 236, 0.1);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }