projetphp/style.css

24 lines
317 B
CSS
Raw Permalink Normal View History

2018-12-30 17:41:15 +01:00
.click:hover
{
cursor: pointer;
}
.pw div, .login div, .infoRules{
2018-12-30 19:53:28 +01:00
display:none;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
color:black;
background-color: #eff1f3;
font-size:10px;
font-style:italic;
}
input {
margin: 0px;
}
2019-01-02 10:29:27 +01:00
select
{
margin-bottom: 0px; !important
}