12-08-2022
This commit is contained in:
32
css/sls.css
32
css/sls.css
@@ -278,12 +278,17 @@ select.mySelect option{
|
||||
opacity: 0.7 !important;
|
||||
}
|
||||
button.myButton{
|
||||
background-color: Beige;
|
||||
/*
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
|
||||
background-color: transparent;
|
||||
opacity: 0.4 !important;
|
||||
*/
|
||||
}
|
||||
.all{
|
||||
font-weight: 800;
|
||||
margin-left: 2em;
|
||||
}
|
||||
.indexForm {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
@@ -294,7 +299,23 @@ button.myButton{
|
||||
display: inline-block;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.bordure {
|
||||
border: 1px solid #dad59c;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #dad59c;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
margin: 8px;
|
||||
}
|
||||
legend {
|
||||
font-size: 14px;
|
||||
color: #b1ac72;
|
||||
}
|
||||
/*
|
||||
maps2.php
|
||||
*/
|
||||
@@ -318,9 +339,11 @@ maps2.php
|
||||
|
||||
/*
|
||||
view
|
||||
|
||||
input[type="radio"]
|
||||
*/
|
||||
|
||||
select, button {
|
||||
select, button, label, .operateur {
|
||||
|
||||
/* styling */
|
||||
background-color: white;
|
||||
@@ -345,6 +368,10 @@ view
|
||||
select {
|
||||
padding: 0.25em 3.5em 0.25em 1em;
|
||||
}
|
||||
.operateur {
|
||||
padding: 0.25em 1em 0.25em 1em;
|
||||
}
|
||||
|
||||
/* arrows */
|
||||
|
||||
select.classic {
|
||||
@@ -387,4 +414,7 @@ select:-moz-focusring {
|
||||
text-shadow: 0 0 0 #000;
|
||||
}
|
||||
|
||||
.noimg {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user