Adjusting color theme
This commit is contained in:
parent
af04f00486
commit
57fff5605f
|
|
@ -137,7 +137,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronInfo {
|
#tarteaucitron #tarteaucitronInfo {
|
||||||
background: #eee;
|
background: rgba(51, 51, 51, 0.1);
|
||||||
border-bottom: 4px solid #fff;
|
border-bottom: 4px solid #fff;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
|
||||||
background: #e4e4e4;
|
background: rgba(51, 51, 51, 0.2);
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 18px 22px;
|
padding: 18px 22px;
|
||||||
|
|
@ -168,8 +168,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle .tarteaucitronDetails {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle .tarteaucitronDetails {
|
||||||
color: #777;
|
color: #555;
|
||||||
font-size: 15px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronFooter {
|
#tarteaucitron #tarteaucitronFooter {
|
||||||
background: #f2f2f2;
|
background: rgba(51, 51, 51, 0.1);
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
margin: 20px auto 0px;
|
margin: 20px auto 0px;
|
||||||
padding: 15px 0 15px;
|
padding: 15px 0 15px;
|
||||||
|
|
@ -299,7 +299,9 @@
|
||||||
|
|
||||||
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
|
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
|
||||||
background: #808080;
|
background: #808080;
|
||||||
|
font-size: 13px;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
|
padding: 4px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue