forked from haircut/contrast-for-jamf-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjamfpro.css
48 lines (38 loc) · 1.28 KB
/
jamfpro.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
48
* {
font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
a {
color: #265fdf;
}
html, body, .jamf-list tbody td, .jamf-inner-list tbody td, .jamf-label {
color: #212121;
}
.jamf-list tbody td a, .jamf-inner-list tbody td a {
color: #156ed6;
}
.list-header, .jamf-tabs {
background: #F3F3F3;
}
.jamf-tabs li:hover a, .jamf-tabs li.active a, jamf-scrollbox-sidenav .side-navigation>li a .heading {
color: #1247c1;
}
.jamf-list thead th, .jamf-inner-list thead th {
color: #4580c5;
}
.even, .label-value-wrapper:nth-child(even) {
background: #FBFBFB;
}
/* Labels */
.jamf-label.main-label, .jamf-alert .jamf-alert-message .jamf-alert-title, .jamf-form-group .jamf-form-group .section-label, .patch-remote-source-test-pane #message-wrapper .summary .summary-title {
color: #404040;
}
/* Menu and payload item backgrounds */
jamf-scrollbox-sidenav .side-navigation>li.current a, .jamf-section:nth-of-type(even) {
background: #FBFBFB;
}
/* Rough tweak to show full opacity when "previewing" a policy before editing */
.disabled {
opacity: 1 !important;
}