-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyles.css
More file actions
182 lines (150 loc) · 3.64 KB
/
Copy pathstyles.css
File metadata and controls
182 lines (150 loc) · 3.64 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
.bp3-button:focus {
outline-width: 2px;
}
.roamjs-item-dirty,
.roamjs-item-dirty.bp3-menu-item .bp3-icon,
.roamjs-item-dirty.bp3-button .bp3-icon {
color: #a82a2a;
}
.roamjs-query-condition-type,
.roamjs-query-condition-source,
.roamjs-query-condition-relation,
.roamjs-query-return-node {
min-width: 144px;
max-width: 144px;
}
.roamjs-query-condition-relation,
.roamjs-query-return-node,
.roamjs-query-condition-target {
padding-right: 8px;
}
.roamjs-query-condition-target {
flex-grow: 1;
min-width: 240px;
}
.roamjs-query-condition-relation .bp3-popover-target,
.roamjs-query-condition-target .roamjs-autocomplete-input-target {
width: 100%;
}
.roamjs-query-hightlighted-result {
background: #ffff00;
}
.roamjs-query-embed .rm-block-separator {
display: none;
}
.roamjs-query-embed span.bp3-popover-target {
display: inline-block;
}
.roamjs-query-embed > .page-embed {
margin-left: 24px;
}
/* width */
.roamjs-query-results-view ul::-webkit-scrollbar {
width: 6px;
}
/* Handle */
.roamjs-query-results-view ul::-webkit-scrollbar-thumb {
background: #888;
}
.roamjs-query-builder-parent .roamjs-edit-component {
display: none;
}
.roamjs-query-results-view thead td .bp3-button,
.roamjs-query-results-view thead td .bp3-button svg,
.roamjs-query-results-view thead td .bp3-icon svg {
width: 12px;
height: 12px;
min-width: 12px;
min-height: 12px;
}
.roamjs-query-results-view table.bp3-html-table td {
padding: 8px;
}
.roamjs-view-select button {
width: 100%;
display: flex;
justify-content: space-between;
}
.roamjs-view-select {
flex: 1;
}
.roamjs-view-select > span {
width: 100%;
}
.roamjs-tldraw-node .rm-api-render--block .rm-block__controls,
.rs-shape .rm-api-render--block .rm-block__ref-count {
display: none;
}
.roamjs-kanban-container .roamjs-kanban-column {
width: inherit;
}
.roamjs-kanban-container .roamjs-kanban-column .rm-block-separator {
display: none;
}
.roamjs-extra-row td {
position: relative;
background-color: #f5f8fa;
padding: 16px;
max-height: 240px;
overflow-y: scroll;
}
.roamjs-export-dialog-body .bp3-tab-list {
padding: 10px 20px;
border-bottom: 1px solid rgba(16, 22, 26, 0.15);
}
.bp3-callout.invert-icon .bp3-icon {
color: #e1e8ed !important; /* @light-gray3 */
background-color: #106ba3; /* @blue2 */
padding: 1px;
}
/* Utility class that targets the width of the future popover element */
.make-popover-full-width .bp3-popover-target {
width: 100%;
}
.roamjs-kanban-card .card-selections tr:first-child td {
box-shadow: none;
}
.roamjs-query-results-view
.roamjs-kanban-card
.card-selections
table.bp3-html-table
td {
padding: 0.5rem;
}
.roamjs-query-column-views .bp3-running-text table th,
.roamjs-query-column-views table.bp3-html-table th,
.roamjs-query-column-views .bp3-running-text table td,
.roamjs-query-column-views table.bp3-html-table td {
vertical-align: initial;
}
.link-type-select-wrapper .bp3-button {
width: 100px;
justify-content: space-between;
}
.sidebar-title-button:hover,
.sidebar-title-button-add:hover {
background-color: #10161a;
color: #f5f8fa;
}
.suggestive-mode-overlay-highlight-on-panel-hover {
box-shadow: 0 0 0 2px #137cbd !important;
border-radius: 4px;
}
.fuzzy-select-input-popover .bp3-popover-target {
width: 100%;
}
/* Dark mode overrides for query builder */
.bp3-dark .roamjs-query-hightlighted-result {
background: #b8860b;
}
.bp3-dark .roamjs-query-results-view ul::-webkit-scrollbar-thumb {
background: #555;
}
.bp3-dark .roamjs-extra-row td {
background-color: #30404d;
}
.bp3-dark .sidebar-title-button:hover,
.bp3-dark .sidebar-title-button-add:hover {
background-color: #f5f8fa;
color: #10161a;
}