mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
parent
960e793bb2
commit
5c22504843
10 changed files with 50 additions and 6 deletions
|
@ -1647,6 +1647,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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
10
css/pico.css
10
css/pico.css
|
@ -1799,6 +1799,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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -38,6 +38,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Calendar icons are hidden in Firefox
|
||||
@if $enable-important {
|
||||
@-moz-document url-prefix() {
|
||||
[type="date"],
|
||||
[type="datetime-local"],
|
||||
[type="month"],
|
||||
[type="time"],
|
||||
[type="week"] {
|
||||
padding-right: var(#{$✨}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