-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflourish.css
47 lines (39 loc) · 861 Bytes
/
flourish.css
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
47
.x-collaborator-select-active-tick {
left: 2px;
right: auto;
}
.b-hover-tooltip-tooltip-wrapper {
display: none !important;
}
.x-card-collaborators-info-text {
display: none;
}
.x-collaborator-select-active-image,
.x-collaborator-select-inactive-image {
width: 30px;
height: 30px;
}
.x-card-collaborators-select:hover,
.x-collaborator-select-inactive {
filter: none !important;
}
.x-card-collaborators-editor .x-card-collaborators-select {
display: block;
}
input[type="text"].people-search {
width: 100%;
font-size: 14px;
cursor: text;
border-color: transparent;
border-bottom-color: #ccc;
margin-bottom: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"].people-search:focus {
border-color: transparent;
border-bottom-color: #ccc;
}
.match-highlight {
background-color: #ffff00;
}