Debug partiel CSS webkit pour autocomplete des input
This commit is contained in:
parent
e4e84a91ed
commit
176556fec2
@ -119,7 +119,7 @@ text-align: center;
|
|||||||
header img
|
header img
|
||||||
{
|
{
|
||||||
width:auto;
|
width:auto;
|
||||||
height:50px;
|
height:45px;
|
||||||
margin-left:5px
|
margin-left:5px
|
||||||
}
|
}
|
||||||
header ul, footer ul
|
header ul, footer ul
|
||||||
@ -141,7 +141,7 @@ width:75%;
|
|||||||
}
|
}
|
||||||
header ul li
|
header ul li
|
||||||
{
|
{
|
||||||
font-size: 1em;
|
font-size: 0.9em;
|
||||||
float:right;
|
float:right;
|
||||||
line-height:1.5em;
|
line-height:1.5em;
|
||||||
}
|
}
|
||||||
@ -314,11 +314,18 @@ border-top: 1px solid rgba(255,255,255,0.5);
|
|||||||
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
/* Debug chrome */
|
||||||
::placeholder
|
::placeholder
|
||||||
{
|
{
|
||||||
color:#c6b4cb;
|
color:#c6b4cb;
|
||||||
}
|
}
|
||||||
|
input:-webkit-autofill,
|
||||||
|
input:-webkit-autofill:hover,
|
||||||
|
input:-webkit-autofill:focus
|
||||||
|
{
|
||||||
|
-webkit-box-shadow: 0 0 0 1000px #8c599c inset !important;
|
||||||
|
-webkit-text-fill-color: white !important;
|
||||||
|
}
|
||||||
ul.checkbox_li
|
ul.checkbox_li
|
||||||
{
|
{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -469,7 +476,7 @@ font-size:1em;
|
|||||||
header ul
|
header ul
|
||||||
{
|
{
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
width:85%;
|
width:80%;
|
||||||
}
|
}
|
||||||
header, footer
|
header, footer
|
||||||
{
|
{
|
||||||
@ -617,7 +624,6 @@ font-size:1em;
|
|||||||
{
|
{
|
||||||
margin:1em 10%;
|
margin:1em 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Contenus textuels, paragraphes, etc. */
|
/* Contenus textuels, paragraphes, etc. */
|
||||||
.framed
|
.framed
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user