Projet

Général

Profil

0001-style-use-full-width-for-url-inputs-38906.patch

Frédéric Péters, 12 janvier 2020 17:02

Télécharger (783 octets)

Voir les différences:

Subject: [PATCH] style: use full width for url inputs (#38906)

 gadjo/static/css/_forms.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/_forms.scss
175 175
	}
176 176
}
177 177

  
178
input[type="text"][name$="_url"], input[type="url"] {
179
	width: 100%;
180
}
181

  
178 182
input[type="radio"]:focus, input[type="checkbox"]:focus {
179 183
	box-shadow: none;
180 184
}
181
-