mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
minor changes
This commit is contained in:
parent
81f3b1acae
commit
073a8cc5ea
@ -109,12 +109,13 @@
|
||||
</ul>
|
||||
|
||||
<style>
|
||||
|
||||
{#
|
||||
/*
|
||||
* REMARQUE ces styles règlent pour cette page le design des formulaires dropdown + submit
|
||||
* ils surchargent notamment des styles plus généraux de Chill
|
||||
* -> devrait être ramené vers la feuille de style générale après vérifications
|
||||
*/
|
||||
#}
|
||||
|
||||
.input-group {
|
||||
position: relative;
|
||||
@ -126,8 +127,7 @@
|
||||
.custom-select {
|
||||
padding: .375rem 1.75rem .375rem .75rem;
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
|
||||
no-repeat right .75rem center/8px 10px;
|
||||
background-color: white;
|
||||
no-repeat right .75rem center/8px 10px; background-color: white;
|
||||
border-radius: .25rem;
|
||||
-webkit-appearance: none; -moz-appearance: none; appearance: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user