-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstylesheet.css
More file actions
39 lines (32 loc) · 937 Bytes
/
stylesheet.css
File metadata and controls
39 lines (32 loc) · 937 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
/***** Common *****/
.bottom-dash-panel .dash-item-container .overview-tile .app-grid-running-dot {
width: 24px;
height: 3px;
}
.bottom-dash-panel .overview-icon {
background-color: transparent;
}
/***** Panel mode *****/
.bottom-dash-panel-panel-mode #dash {
padding: 0;
}
.bottom-dash-panel-panel-mode #dash .dash-background {
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 4px;
}
.bottom-dash-panel-panel-mode .dash-item-container .overview-tile .app-grid-running-dot {
margin-bottom: 0;
offset-y: -2px;
}
.bottom-dash-panel-panel-mode .dash-item-container .overview-tile,
.bottom-dash-panel-panel-mode #dash .dash-item-container .app-well-app,
.bottom-dash-panel-panel-mode #dash .dash-item-container .show-apps,
.bottom-dash-panel-panel-mode .dash-separator {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}