forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSurface.css
More file actions
40 lines (33 loc) · 660 Bytes
/
Surface.css
File metadata and controls
40 lines (33 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.common_Surface .container .common_Shape {
fill: #f9fcff;
stroke: #1f77b4;
stroke-width: 1.0px;
}
.common_Surface .title {
cursor: move;
}
.common_Surface .title .common_Shape {
fill: #1f77b4;
stroke: #1f77b4;
stroke-width: 1.0px;
}
.common_Surface .title text {
fill: white;
stroke: none;
}
.svg-button-container {
position: fixed;
}
.svg-button-container .surface-button {
position: relative;
background: transparent;
border: none;
opacity: 0.8;
color: #fff;
}
.svg-button-container .surface-button:hover {
opacity: 1;
}
.svg-button-container .surface-button:active {
opacity: 0.5;
}