1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-11-21 18:09:03 +01:00

Moving code to select attribute in pivot.css

This commit is contained in:
Tom Hutchison 2019-03-13 07:59:00 -04:00
parent cb3906ac5b
commit 7adb2a5135

View File

@ -598,8 +598,7 @@ input[type="date"] {
input[type="date"] {
width: auto;
}
input[type="file"], select {
padding: 5px 20px 5px 5px;
input[type="file"] {
margin: .5rem 0;
}
input:not([type]), textarea, p.meta {
@ -609,6 +608,8 @@ input[type="text"] {
margin: .5rem 0;
}
select {
padding: 5px 20px 5px 5px;
margin: .5rem 0;
width: auto;
}