-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjenkins.css
36 lines (33 loc) · 1.03 KB
/
jenkins.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
#header {
background: #3DCD58 url(https://cdn.rawgit.com/cjbush/schneider_jenkins_theme/master/schneider_electric_082016.png) no-repeat 2px;
background-position: center;
background-size: 145px 40px;
}
a:link, a:visited {
color: #42B4E6;
}
#jenkins .yui-button.primary button {
background-color: #42b4e6;
color: #fff;
border: 0px solid white;
}
#jenkins .yui-button.primary button:hover, #jenkins .yui-button.primary .hover {
background-image: -webkit-linear-gradient(top, #59bde9 0%, #42b4e6 100%);
background-image: webkit-gradient(linear, left top, left bottom, color-stop(0%, #59bde9), color-stop(100% #42b4e6));
background-image: linear-gradient(top, #59bde9 0%, #42b4e6 100%);
border: 0px solid white;
}
#jenkins .yui-button.danger button {
background-color: #DC0A0A;
color: #fff;
border: 0px solid white;
}
#jenkins .yui-button button {
background-color: #E6E6E6;
color: #434343;
border: 0px solid white;
}
#jenkins .yui-button button:hover, #jenkins .yui-button .hover {
background-color: #CBCBCB;
border: 0px solid white;
}