Hex colors must be written with uppercase letters
This commit is contained in:
parent
f519896e54
commit
c9ff601b28
7 changed files with 18 additions and 18 deletions
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
#map.mode-delete path:hover {
|
||||
fill: #4d4d4d !important;
|
||||
fill: #4D4D4D !important;
|
||||
}
|
||||
|
||||
#map div.polygon-elbow {
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
|
||||
.datepicker-switch {
|
||||
color: #0086b3;
|
||||
color: #0086B3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
.commentaires {
|
||||
max-height: 350px;
|
||||
overflow-y: scroll;
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.075) 0%, rgba(219, 219, 219, 0) 50%, rgba(250, 251, 253, 0.18) 51%, #ffffff 100%);
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.075) 0%, rgba(219, 219, 219, 0) 50%, rgba(250, 251, 253, 0.18) 51%, #FFFFFF 100%);
|
||||
}
|
||||
|
||||
.no-commentaires {
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
#private-fields {
|
||||
.text-primary {
|
||||
color: #337ab7;
|
||||
color: #337AB7;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ h5 span {
|
|||
}
|
||||
|
||||
#dossiers_list tr:hover{
|
||||
background-color: #eeeeee;
|
||||
background-color: #EEEEEE;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -139,22 +139,22 @@
|
|||
}
|
||||
|
||||
.btn-nav:hover {
|
||||
background-color: #eeeeee;
|
||||
border-color: #eeeeee #eeeeee #dddddd;
|
||||
background-color: #EEEEEE;
|
||||
border-color: #EEEEEE #EEEEEE #DDDDDD;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.btn-nav.text-info:hover {
|
||||
color: #23527c;
|
||||
color: #23527C;
|
||||
}
|
||||
|
||||
.btn-nav.text-success:hover {
|
||||
color: #3c763d;
|
||||
color: #3C763D;
|
||||
}
|
||||
|
||||
.btn-nav.text-danger:hover {
|
||||
color: #a94442;
|
||||
color: #A94442;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
@ -174,8 +174,8 @@
|
|||
right: -35px;
|
||||
transform: rotate(-45deg);
|
||||
width: 150px;
|
||||
background-color: #008cba;
|
||||
color: #ffffff;
|
||||
background-color: #008CBA;
|
||||
color: #FFFFFF;
|
||||
padding: 5px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
z-index: 1000;
|
||||
|
||||
a{
|
||||
color: #c3d9ff;
|
||||
color: #C3D9FF;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.tt-menu {
|
||||
padding: 8px 0;
|
||||
background-color: #ffffff;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
|
@ -22,12 +22,12 @@
|
|||
|
||||
.tt-suggestion:hover {
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
background-color: #0097cf;
|
||||
color: #FFFFFF;
|
||||
background-color: #0097CF;
|
||||
}
|
||||
|
||||
.tt-suggestion.tt-cursor {
|
||||
color: #ffffff;
|
||||
background-color: #0097cf;
|
||||
color: #FFFFFF;
|
||||
background-color: #0097CF;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue