forked from bptlab/fCM-design-support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholcmodeler.less
More file actions
46 lines (38 loc) · 814 Bytes
/
olcmodeler.less
File metadata and controls
46 lines (38 loc) · 814 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
41
42
43
44
45
46
.olc-buttonbar {
position: absolute;
top: 0px;
right: 0px;
background-color: #29487D;
border-radius: 15px;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.olc-buttonbar > *:first-child {
border-radius: 5px 0px 0px 5px;
}
.olc-buttonbar > *:last-child {
border-radius: 0px 15px 15px 0px;
}
.olc-buttonbar > * {
background-color: #29487D;
border-color: #29487D;
color: white;
font-size: 16px;
}
.olc-buttonbar *:focus {
border-color: #29487D !important;
}
.olc-buttonbar > button {
border-style: none;
}
.olc-select-component {
display: inline;
}
.olc-select-component::after {
content: '▼';
padding-left: 3px;
}
.olc-select-component > input {
border: none;
}