Modificata tutta la parte ricerca. Il "3.3bis" e' una prova di nuova
struttura della pagina
This commit is contained in:
parent
6eb0d68eeb
commit
ad98ff617d
|
@ -1,5 +1,29 @@
|
|||
/* custom.css */
|
||||
/* custom.css */
|
||||
|
||||
.custom-control-input:focus~.custom-control-label::before {
|
||||
border-color: #00968e !important;
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 150, 142, 0.25) !important;
|
||||
}
|
||||
|
||||
.custom-control-input:checked~.custom-control-label::before {
|
||||
border-color: #00968e !important;
|
||||
background-color: #00968e !important;
|
||||
}
|
||||
|
||||
.custom-control-input:active~.custom-control-label::before {
|
||||
background-color: #00968e !important;
|
||||
border-color: #00968e !important;
|
||||
}
|
||||
|
||||
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
|
||||
border-color: #00968e !important;
|
||||
}
|
||||
|
||||
.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
|
||||
background-color: #00968e !important;
|
||||
border-color: #00968e !important;
|
||||
}
|
||||
|
||||
.badge-outline-info {
|
||||
padding: .1rem .15rem;
|
||||
margin-left: .15rem;
|
||||
|
@ -34,14 +58,14 @@ table {
|
|||
opacity: 0.6 !important;
|
||||
}
|
||||
|
||||
#selectableS .ui-selecting { background: #4abd8c; }
|
||||
#selectableS .ui-selected { background: #00968e; color: white; }
|
||||
#selectableS { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
||||
#selectable0 .ui-selecting { background: #4abd8c; }
|
||||
#selectable0 .ui-selected { background: #00968e; color: white; }
|
||||
#selectable0 .ui-selecting { background: #DEE2E6; }
|
||||
#selectable0 .ui-selected { background: #DEE2E6; color: #DEE2E6; }
|
||||
#selectable0 { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
||||
#selectable1 .ui-selecting { background: #3d6ca9; }
|
||||
#selectable1 .ui-selected { background: #dbe5f2; color: #3d6ca9; }
|
||||
#selectable1 { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
||||
#selectable2 .ui-selecting { background: #4abd8c; }
|
||||
#selectable2 .ui-selected { background: #00968e; color: white; }
|
||||
#selectable2 { list-style-type: none; margin: 0; padding: 0; }
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue