Merge "Requires a Jumphost per POD"
[pharos-tools.git] / dashboard / src / static / css / graph_common.css
1 div.mxRubberband {
2     position: absolute;
3     overflow: hidden;
4     border-style: solid;
5     border-width: 1px;
6     border-color: #0000FF;
7     background: #0077FF;
8 }
9 .mxCellEditor {
10     background: url(data:image/gif;base64,R0lGODlhMAAwAIAAAP///wAAACH5BAEAAAAALAAAAAAwADAAAAIxhI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8egpAAA7);
11     _background: url('/static/img/mxgraph/transparent.gif');
12     border-color: transparent;
13     border-style: solid;
14     display: inline-block;
15     position: absolute;
16     overflow: visible;
17     word-wrap: normal;
18     border-width: 0;
19     min-width: 1px;
20     resize: none;
21     padding: 0px;
22     margin: 0px;
23 }
24 .mxPlainTextEditor * {
25     padding: 0px;
26     margin: 0px;
27 }
28 div.mxWindow {
29     background: url('../img/mxgraph/window.gif');
30     border:1px solid #c3c3c3;
31     position: absolute;
32     overflow: hidden;
33     z-index: 3;
34 }
35 table.mxWindow {
36     border-collapse: collapse;
37     table-layout: fixed;
38       font-family: Arial;
39     font-size: 8pt;
40 }
41 td.mxWindowTitle {
42     background: url('/static/img/mxgraph/window-title.gif') repeat-x;
43     text-overflow: ellipsis;
44     white-space: nowrap;
45      text-align: center;
46      font-weight: bold;
47      overflow: hidden;
48     height: 13px;
49     padding: 2px;
50      padding-top: 4px;
51      padding-bottom: 6px;
52      color: black;
53 }
54 td.mxWindowPane {
55     vertical-align: top;
56     padding: 0px;
57 }
58 div.mxWindowPane {
59     overflow: hidden;
60     position: relative;
61 }
62 td.mxWindowPane td {
63       font-family: Arial;
64     font-size: 8pt;
65 }
66 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
67       font-family: Arial;
68     font-size: 8pt;
69      padding: 1px;
70 }
71 td.mxWindowPane button {
72     color: #fff;
73     background-color: #337ab7;
74     border-color: #2e6da4;
75     display: inline-block;
76     margin: 2%;
77     font-size: 14px;
78     font-weight: 400;
79     line-height: 1.42857143;
80     text-align: center;
81     white-space: nowrap;
82     vertical-align: middle;
83     -ms-touch-action: manipulation;
84     touch-action: manipulation;
85     cursor: pointer;
86     -webkit-user-select: none;
87     -moz-user-select: none;
88     -ms-user-select: none;
89     user-select: none;
90     background-image: none;
91     border: 1px solid transparent;
92     border-radius: 4px;
93 }
94 img.mxToolbarItem {
95     margin-right: 6px;
96     margin-bottom: 6px;
97     border-width: 1px;
98 }
99 select.mxToolbarCombo {
100     vertical-align: top;
101     border-style: inset;
102     border-width: 2px;
103 }
104 div.mxToolbarComboContainer {
105     padding: 2px;
106 }
107 img.mxToolbarMode {
108     margin: 2px;
109     margin-right: 4px;
110     margin-bottom: 4px;
111     border-width: 0px;
112 }
113 img.mxToolbarModeSelected {
114     margin: 0px;
115     margin-right: 2px;
116     margin-bottom: 2px;
117     border-width: 2px;
118     border-style: inset;
119 }
120 div.mxTooltip {
121     -webkit-box-shadow: 3px 3px 12px #C0C0C0;
122     -moz-box-shadow: 3px 3px 12px #C0C0C0;
123     box-shadow: 3px 3px 12px #C0C0C0;
124     background: #FFFFCC;
125     border-style: solid;
126     border-width: 1px;
127     border-color: black;
128     font-family: Arial;
129     font-size: 8pt;
130     position: absolute;
131     cursor: default;
132     padding: 4px;
133     color: black;
134 }
135 div.mxPopupMenu {
136     -webkit-box-shadow: 3px 3px 12px #C0C0C0;
137     -moz-box-shadow: 3px 3px 12px #C0C0C0;
138     box-shadow: 3px 3px 12px #C0C0C0;
139     background: url('/static/img/mxgraph/window.gif');
140     position: absolute;
141     border-style: solid;
142     border-width: 1px;
143     border-color: black;
144 }
145 table.mxPopupMenu {
146     border-collapse: collapse;
147     margin-top: 1px;
148     margin-bottom: 1px;
149 }
150 tr.mxPopupMenuItem {
151     color: black;
152     cursor: pointer;
153 }
154 tr.mxPopupMenuItemHover {
155     background-color: #000066;
156     color: #FFFFFF;
157     cursor: pointer;
158 }
159 td.mxPopupMenuItem {
160     padding: 2px 30px 2px 10px;
161     white-space: nowrap;
162     font-family: Arial;
163     font-size: 8pt;
164 }
165 td.mxPopupMenuIcon {
166     background-color: #D0D0D0;
167     padding: 2px 4px 2px 4px;
168 }
169 .mxDisabled {
170     opacity: 0.2 !important;
171     cursor:default !important;
172 }