mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
parent
960e793bb2
commit
5c22504843
10 changed files with 50 additions and 6 deletions
|
@ -1610,6 +1610,16 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
[type=date],
|
||||
[type=datetime-local],
|
||||
[type=month],
|
||||
[type=time],
|
||||
[type=week] {
|
||||
padding-right: var(--pico-form-element-spacing-horizontal) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue