webgme
Version:
Web-based Generic Modeling Environment
135 lines (123 loc) • 5.21 kB
CSS
/**
* @author pmeijer / https://github.com/pmeijer
*/
/* FancyTree Vista-theme overrides */
ul.fancytree-container {
overflow: visible ;
padding-bottom: 0 ;
height: auto;
font-size: 13px;
background-color: transparent;
border: none; }
ul.fancytree-container a {
border: 1px solid transparent; }
.fancytree-has-children span.fancytree-icon {
background-position: 0px -16px; }
.fancytree-icon {
margin-top: 1px;
cursor: pointer; }
.fancytree-loading span.fancytree-expander {
background-position: 0 0;
background-image: url("../img/progress.gif"); }
ul.fancytree-container a:focus,
span.fancytree-focused a:link {
background-color: transparent;
outline: none; }
/* END OF --- FancyTree Vista-theme overrides */
ul.fancytree-container {
outline-width: 0; }
ul.fancytree-container li {
line-height: 16px;
outline-width: 0; }
ul.fancytree-container li span.fancytree-node {
/* 'Loading' node style with italic gray font and progress bar icon */ }
ul.fancytree-container li span.fancytree-node span.fancytree-title {
margin-left: 0; }
ul.fancytree-container li span.fancytree-node span.fancytree-title input[type=text] {
padding: 0;
font-size: 12px ;
line-height: 12px;
margin-top: -3px ;
width: 100px ; }
ul.fancytree-container li span.fancytree-node span.fancytree-title:hover {
background-color: #F2F7FD;
border-color: #F2F7FD; }
ul.fancytree-container li span.fancytree-node.fancytree-selected span.fancytree-title {
font-style: normal;
background: #BEEBFF;
border: 1px solid #99DEFD; }
ul.fancytree-container li span.fancytree-node.fancytree-selected.fancytree-focused span.fancytree-title {
background: #a3d7f3;
outline: none; }
ul.fancytree-container li span.fancytree-node.fancytree-selected.fancytree-active span.fancytree-title {
font-style: normal;
background: #BEEBFF;
border: 1px solid #99DEFD; }
ul.fancytree-container li span.fancytree-node.fancytree-selected.fancytree-active.fancytree-focused span.fancytree-title {
background: #a3d7f3;
outline: none; }
ul.fancytree-container li span.fancytree-node.fancytree-active span.fancytree-title {
font-style: normal;
background: transparent;
border: 1px solid transparent;
outline: none; }
ul.fancytree-container li span.fancytree-node.fancytree-focus span.fancytree-title {
background: transparent;
outline: none; }
ul.fancytree-container li span.fancytree-node.node-progress span.fancytree-title {
color: #AAAAAA;
font-style: italic; }
ul.fancytree-container li span.fancytree-node.node-progress span.fancytree-icon {
background: url("../img/progress.gif") 0 0; }
ul.fancytree-container span.fancytree-icon {
margin-left: 0;
background: url("../img/gmeicons.png") 0 0; }
ul.fancytree-container span.gme-model span.fancytree-icon {
background-position: -48px 0 ; }
ul.fancytree-container span.gme-atom span.fancytree-icon {
background-position: -16px 0 ; }
ul.fancytree-container span.gme-aspect span.fancytree-icon {
background-position: -32px 0 ; }
ul.fancytree-container span.gme-connection span.fancytree-icon {
background-position: -64px 0 ; }
ul.fancytree-container span.gme-root span.fancytree-icon {
background-position: -80px 0 ; }
ul.fancytree-container span.gme-library span.fancytree-icon {
background-position: -0px 0 ; }
ul.fancytree-container span.gme-meta-atom span.fancytree-icon {
background-position: -96px 0 ; }
ul.fancytree-container span.gme-meta-atom span.fancytree-title {
text-shadow: 1px 0 1px rgba(139, 139, 139, 0.6); }
ul.fancytree-container span.gme-meta-set span.fancytree-icon {
background-position: -112px 0 ; }
ul.fancytree-container span.gme-meta-set span.fancytree-title {
text-shadow: 1px 0 1px rgba(139, 139, 139, 0.6); }
ul.fancytree-container span.gme-meta-model span.fancytree-icon {
background-position: -128px 0 ; }
ul.fancytree-container span.gme-meta-model span.fancytree-title {
text-shadow: 1px 0 1px rgba(139, 139, 139, 0.6); }
ul.fancytree-container span.gme-meta-connection span.fancytree-icon {
background-position: -144px 0 ; }
ul.fancytree-container span.gme-meta-connection span.fancytree-title {
text-shadow: 1px 0 1px rgba(139, 139, 139, 0.6); }
i.gme-connection {
background: url("../img/gmeicons.png") 0 0;
background-position: -64px 0 ;
width: 16px;
height: 16px; }
i.gme-atom {
background: url("../img/gmeicons.png") 0 0;
background-position: -16px 0 ;
width: 16px;
height: 16px; }
i.gme-library {
background: url("../img/gmeicons.png") 0 0;
background-position: -0px 0 ;
width: 16px;
height: 16px; }
i.gme-meta-node {
background: url("../img/gmeicons.png") 0 0;
background-position: -96px 0 ;
width: 16px;
height: 16px; }
/*# sourceMappingURL=webgme_fancytree_overrides.css.map */