
resources.mxgraph.3.9.1.src.css.common.css Maven / Gradle / Ivy
body {
background-color: white;
}
div.mxRubberband {
position: absolute;
overflow: hidden;
border-style: solid;
border-width: 1px;
border-color: #444444;
background: #777777;
}
.mxCellEditor {
background-color:#aaaaaa;
border-color: transparent;
border-style: solid;
position: absolute;
overflow: visible;
word-wrap: normal;
border-width: 0;
min-width: 1px;
resize: none;
padding: 0px;
margin: 0px;
}
.mxPlainTextEditor * {
padding: 0px;
margin: 0px;
}
div.mxWindow {
background-color:#ffffff;
border:1px solid #c3c3c3;
position: absolute;
overflow: hidden;
z-index: 1;
opacity: 0.9;
}
table.mxWindow {
border-collapse: collapse;
table-layout: fixed;
font-family: Arial;
font-size: 8pt;
}
td.mxWindowTitle {
background-color: #bbbbbb;
border-bottom-color: #777777;
border-bottom-width: 1px;
border-bottom-style: solid;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
font-weight: bold;
overflow: hidden;
height: 13px;
padding: 2px;
padding-top: 4px;
padding-bottom: 6px;
color: black;
}
td.mxWindowPane {
vertical-align: top;
padding: 0px;
}
div.mxWindowPane {
overflow: hidden;
position: relative;
}
td.mxWindowPane td {
font-family: Arial;
font-size: 8pt;
}
td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
border-color: #8C8C8C;
border-style: solid;
border-width: 1px;
font-family: Arial;
font-size: 8pt;
padding: 1px;
}
/* td.mxWindowPane button {
background-color:#337ab7;
font-family: Arial;
font-size: 8pt;
padding: 2px;
float: left;
} */
img.mxToolbarItem {
margin-right: 6px;
margin-bottom: 6px;
border-width: 1px;
}
select.mxToolbarCombo {
vertical-align: top;
border-style: inset;
border-width: 2px;
}
div.mxToolbarComboContainer {
padding: 2px;
}
img.mxToolbarMode {
margin: 2px;
margin-right: 4px;
margin-bottom: 4px;
border-width: 0px;
}
img.mxToolbarModeSelected {
margin: 0px;
margin-right: 2px;
margin-bottom: 2px;
border-width: 2px;
border-style: inset;
}
div.mxTooltip {
-webkit-box-shadow: 3px 3px 12px #C0C0C0;
-moz-box-shadow: 3px 3px 12px #C0C0C0;
box-shadow: 3px 3px 12px #C0C0C0;
background: #fefefe;
border-style: solid;
border-width: 1px;
border-color: black;
font-family: Arial;
font-size: 8pt;
position: absolute;
cursor: default;
padding: 4px;
color: black;
}
div.mxPopupMenu {
background-color:#ffffff;
position: absolute;
border-style: solid;
border-width: 1px;
border-color: black;
opacity: 0.9;
}
table.mxPopupMenu {
border-collapse: collapse;
margin-top: 1px;
margin-bottom: 1px;
}
tr.mxPopupMenuItem {
color: black;
cursor: pointer;
}
tr.mxPopupMenuItemHover {
background-color: #333333;
color: #FFFFFF;
cursor: pointer;
}
td.mxPopupMenuItem {
padding: 2px 30px 2px 10px;
white-space: nowrap;
font-family: Arial;
font-size: 8pt;
}
td.mxPopupMenuIcon {
background-color: #D0D0D0;
padding: 2px 4px 2px 4px;
}
.mxDisabled {
opacity: 0.2 !important;
cursor:default !important;
}
/* Schema */
.toolbarContainer {
position:absolute;
white-space:nowrap;
overflow:hidden;
top:0px;
left:0px;
/*max-height:24px;*/
height:36px;
right:0px;
padding:6px;
background-color:#111111;
}
.sidebarContainer {
position:absolute;
overflow:hidden;
top:36px;
left:0px;
bottom:36px;
max-width:34px;
width:34px;
padding-top:10px;
padding-left:4px;
background-color:#eeeeee;
color:#444444;
}
.graphContainer {
position:absolute;
overflow:hidden;
top:36px;
left:60px;
bottom:36px;
right:0px;
}
.outlineContainer {
position:absolute;
overflow:hidden;
top:36px;
right:0px;
width:200px;
height:140px;
background:transparent;
border-style:solid;
border-color:#333333;
}
.statusContainer {
text-align:right;
position:absolute;
overflow:hidden;
bottom:0px;
left:0px;
/*max-height:24px;*/
height:36px;
right:0px;
color:white;
padding:6px;
background-color:#111111;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy