-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenome.scss
63 lines (52 loc) · 1.3 KB
/
genome.scss
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
/* base CSS environment, with dojo and some resetting */
.jbrowse, .dijitDialog, .dijitMenu {
color: black;
background: white;
font-size: 12px;
font-family: Univers,Trebuchet MS,Helvetica,Arial,sans-serif;
table, tbody, th, tr, td {
background: none;
color: inherit;
}
tr, td, table {
margin: 0;
border: 0;
padding: 0;
line-height: normal;
}
label {
font-weight: inherit;
}
@import "../node_modules/dijit/themes/tundra/tundra.css";
@import "../node_modules/dgrid/css/dgrid.css";
@import "dojobase";
@import "icons";
}
.dijitDialog {
line-height: 17px;
@import "dialog";
@import "export_dialog";
@import "file_dialog";
@import "main";
}
/* main application CSS styles */
.jbrowse {
line-height: 1;
&.dijitDialog {
line-height: 17px;
}
@import "main";
@import "track_styles";
@import "sequence";
@import "protein";
@import "menubar";
@import "toolbar";
@import "icons";
@import "tristate";
@import "combination_tracks";
/* CSS styles for the various types of feature glyphs */
@import "hierarchical_track_selector";
@import "faceted_track_selector";
/* CSS styles specifically for MAKER output */
@import "maker";
}