mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-22 02:19:03 +01:00
Moving code to select attribute in pivot.css
This commit is contained in:
parent
cb3906ac5b
commit
7adb2a5135
@ -598,8 +598,7 @@ input[type="date"] {
|
|||||||
input[type="date"] {
|
input[type="date"] {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
input[type="file"], select {
|
input[type="file"] {
|
||||||
padding: 5px 20px 5px 5px;
|
|
||||||
margin: .5rem 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
input:not([type]), textarea, p.meta {
|
input:not([type]), textarea, p.meta {
|
||||||
@ -609,6 +608,8 @@ input[type="text"] {
|
|||||||
margin: .5rem 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
|
padding: 5px 20px 5px 5px;
|
||||||
|
margin: .5rem 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user