Use hex codes for colors

This commit is contained in:
gregoirenovel 2017-04-11 16:36:03 +02:00
parent 0f914ce77d
commit db331447e1
13 changed files with 23 additions and 23 deletions

View file

@ -1,5 +1,5 @@
.card {
background: white;
background: #FFFFFF;
padding: 15px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
border-radius: 2px;

View file

@ -1,5 +1,5 @@
.path_mine_false {
color: red
color: #FF0000
}
#path_messages {

View file

@ -7,7 +7,7 @@
text-align:center;
padding-bottom: 8px;
color: white;
color: #FFFFFF;
.form-control.libelle {
font-weight: bold;

View file

@ -94,7 +94,7 @@ form {
}
.text-default {
color: grey;
color: #808080;
}
.progress-bar-purple {
@ -125,13 +125,13 @@ form {
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
background: #FFFFFF;
cursor: inherit;
display: block;
}
.vr {
border-left: 1px solid grey;
border-left: 1px solid #808080;
}
.center {

View file

@ -83,7 +83,7 @@
#map div.polygon-elbow {
-webkit-transition: opacity .25s;
box-shadow: 0 0 0 2px white, 0 0 10px rgba(0, 0, 0, .35);
box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px rgba(0, 0, 0, .35);
border: 5px solid #D7217E;
border-radius: 10px;
transition: opacity 0.25s;
@ -98,7 +98,7 @@
#map div.polygon-elbow.non-polygon {
opacity: 0 !important;
pointer-events: none !important;
border: 5px solid darkgray;
border: 5px solid #A9A9A9;
}
#map.mode-edit div.polygon-elbow {
@ -119,7 +119,7 @@
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: #FFFFFF;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 5px;

View file

@ -23,8 +23,8 @@
}
.input-error {
color: darkred !important;
border-color: darkred !important
color: #8B0000 !important;
border-color: #8B0000 !important
}
.type_champ-text {

View file

@ -10,7 +10,7 @@
background-repeat: no-repeat;
h5{
color: grey;
color: #808080;
}
.logos {
@ -29,14 +29,14 @@
text-shadow: none;
}
color: white;
color: #FFFFFF;
text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
}
.background-tps{
background-color: #668AEA;
color: white;
color: #FFFFFF;
}
.latest_release{
@ -51,7 +51,7 @@
margin-top: 40px;
margin-bottom: 20px;
border-color: grey;
border-color: #808080;
width: 40%;
}

View file

@ -7,7 +7,7 @@
top: 0;
left: 0;
bottom: 0;
color: white;
color: #FFFFFF;
overflow-y: scroll;
#first-block {

View file

@ -9,7 +9,7 @@
border-radius: 0;
height: 60px;
#title_navbar{
color: white;
color: #FFFFFF;
font-weight: bold;
font-size: 1.8em;
z-index: 10;
@ -118,7 +118,7 @@
}
.btn-nav {
color: white;
color: #FFFFFF;
background-color: transparent;
margin-top: 6px;
height: 36px;

View file

@ -8,5 +8,5 @@
width: 250px;
height: 80px;
border: solid black 1px;
border: solid #000000 1px;
}

View file

@ -6,7 +6,7 @@
top: 10px;
right: -470px;
background-color: rgba(255, 255, 255, 0.95);
border-left: solid 1px lightgrey;
border-left: solid 1px #D3D3D3;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
width: 470px;
height: calc(100% - 25px);

View file

@ -84,14 +84,14 @@ $segmented-control-item-border-radius: 2 * $default-space;
&:hover {
background-color: $blue-hover;
color: white;
color: #FFFFFF;
cursor: pointer;
}
}
.segmented-control-item-active {
background-color: $blue;
color: white;
color: #FFFFFF;
}
.chart-container {

View file

@ -2,7 +2,7 @@
position: fixed;
text-align:center;
line-height: 2em;
color: white;
color: #FFFFFF;
background-color: #990000;
width: 100%;
margin: 0;