mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Merge pull request #25 from remohammadi/main
Fix RTL margin handling in group component
This commit is contained in:
commit
db14c895de
253 changed files with 2834 additions and 1574 deletions
|
@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.amber.min.css
vendored
2
css/pico.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.azure.min.css
vendored
2
css/pico.azure.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.blue.min.css
vendored
2
css/pico.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.amber.min.css
vendored
2
css/pico.classless.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.azure.min.css
vendored
2
css/pico.classless.azure.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.blue.min.css
vendored
2
css/pico.classless.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.amber.min.css
vendored
2
css/pico.classless.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.azure.min.css
vendored
2
css/pico.classless.conditional.azure.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.blue.min.css
vendored
2
css/pico.classless.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.cyan.min.css
vendored
2
css/pico.classless.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.green.min.css
vendored
2
css/pico.classless.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.grey.min.css
vendored
2
css/pico.classless.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.jade.min.css
vendored
2
css/pico.classless.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.lime.min.css
vendored
2
css/pico.classless.conditional.lime.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.pink.min.css
vendored
2
css/pico.classless.conditional.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.red.min.css
vendored
2
css/pico.classless.conditional.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.sand.min.css
vendored
2
css/pico.classless.conditional.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.slate.min.css
vendored
2
css/pico.classless.conditional.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.conditional.zinc.min.css
vendored
2
css/pico.classless.conditional.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -199,19 +199,19 @@ input:not([type=submit],
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
--pico-background-color: #fff;
|
--pico-background-color: #fff;
|
||||||
--pico-color: #373c44;
|
--pico-color: #373c44;
|
||||||
--pico-text-selection-color: rgba(167, 128, 212, 0.25);
|
--pico-text-selection-color: rgba(183, 136, 0, 0.25);
|
||||||
--pico-muted-color: #646b79;
|
--pico-muted-color: #646b79;
|
||||||
--pico-muted-border-color: rgb(231, 234, 239.5);
|
--pico-muted-border-color: rgb(231, 234, 239.5);
|
||||||
--pico-primary: #8352c5;
|
--pico-primary: #876400;
|
||||||
--pico-primary-background: #7540bf;
|
--pico-primary-background: #ffbf00;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(131, 82, 197, 0.5);
|
--pico-primary-underline: rgba(135, 100, 0, 0.5);
|
||||||
--pico-primary-hover: #6935b3;
|
--pico-primary-hover: #694d00;
|
||||||
--pico-primary-hover-background: #6935b3;
|
--pico-primary-hover-background: #e8ae01;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(167, 128, 212, 0.5);
|
--pico-primary-focus: rgba(183, 136, 0, 0.5);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #5d6b89;
|
--pico-secondary: #5d6b89;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -275,7 +275,7 @@ input:not([type=submit],
|
||||||
--pico-switch-background-color: #bfc7d9;
|
--pico-switch-background-color: #bfc7d9;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #dfe3eb;
|
--pico-range-border-color: #dfe3eb;
|
||||||
--pico-range-active-border-color: #bfc7d9;
|
--pico-range-active-border-color: #bfc7d9;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -305,12 +305,12 @@ input:not([type=submit],
|
||||||
[data-theme=light] details summary[role=button]::after,
|
[data-theme=light] details summary[role=button]::after,
|
||||||
:root:not([data-theme=dark]) details summary[role=button]::after,
|
:root:not([data-theme=dark]) details summary[role=button]::after,
|
||||||
:host(:not([data-theme=dark])) details summary[role=button]::after {
|
:host(:not([data-theme=dark])) details summary[role=button]::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=light] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
[data-theme=light] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
||||||
:root:not([data-theme=dark]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
:root:not([data-theme=dark]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
||||||
:host(:not([data-theme=dark])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
:host(:not([data-theme=dark])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(0) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -339,19 +339,19 @@ input:not([type=submit],
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||||
--pico-color: #c2c7d0;
|
--pico-color: #c2c7d0;
|
||||||
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
|
--pico-text-selection-color: rgba(199, 148, 0, 0.1875);
|
||||||
--pico-muted-color: #7b8495;
|
--pico-muted-color: #7b8495;
|
||||||
--pico-muted-border-color: #202632;
|
--pico-muted-border-color: #202632;
|
||||||
--pico-primary: #b290d9;
|
--pico-primary: #c79400;
|
||||||
--pico-primary-background: #7540bf;
|
--pico-primary-background: #ffbf00;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(178, 144, 217, 0.5);
|
--pico-primary-underline: rgba(199, 148, 0, 0.5);
|
||||||
--pico-primary-hover: #c9afe4;
|
--pico-primary-hover: #e8ae01;
|
||||||
--pico-primary-hover-background: #8352c5;
|
--pico-primary-hover-background: #fecc63;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(178, 144, 217, 0.375);
|
--pico-primary-focus: rgba(199, 148, 0, 0.375);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #969eaf;
|
--pico-secondary: #969eaf;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -415,7 +415,7 @@ input:not([type=submit],
|
||||||
--pico-switch-background-color: #333c4e;
|
--pico-switch-background-color: #333c4e;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #202632;
|
--pico-range-border-color: #202632;
|
||||||
--pico-range-active-border-color: #2a3140;
|
--pico-range-active-border-color: #2a3140;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -458,30 +458,30 @@ input:not([type=submit],
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) details summary[role=button]::after,
|
:root:not([data-theme]) details summary[role=button]::after,
|
||||||
:host(:not([data-theme])) details summary[role=button]::after {
|
:host(:not([data-theme])) details summary[role=button]::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before,
|
||||||
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
:host(:not([data-theme])) [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
||||||
filter: brightness(100) invert(1);
|
filter: brightness(100) invert(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||||
--pico-color: #c2c7d0;
|
--pico-color: #c2c7d0;
|
||||||
--pico-text-selection-color: rgba(178, 144, 217, 0.1875);
|
--pico-text-selection-color: rgba(199, 148, 0, 0.1875);
|
||||||
--pico-muted-color: #7b8495;
|
--pico-muted-color: #7b8495;
|
||||||
--pico-muted-border-color: #202632;
|
--pico-muted-border-color: #202632;
|
||||||
--pico-primary: #b290d9;
|
--pico-primary: #c79400;
|
||||||
--pico-primary-background: #7540bf;
|
--pico-primary-background: #ffbf00;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(178, 144, 217, 0.5);
|
--pico-primary-underline: rgba(199, 148, 0, 0.5);
|
||||||
--pico-primary-hover: #c9afe4;
|
--pico-primary-hover: #e8ae01;
|
||||||
--pico-primary-hover-background: #8352c5;
|
--pico-primary-hover-background: #fecc63;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(178, 144, 217, 0.375);
|
--pico-primary-focus: rgba(199, 148, 0, 0.375);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #969eaf;
|
--pico-secondary: #969eaf;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -545,7 +545,7 @@ input:not([type=submit],
|
||||||
--pico-switch-background-color: #333c4e;
|
--pico-switch-background-color: #333c4e;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #202632;
|
--pico-range-border-color: #202632;
|
||||||
--pico-range-active-border-color: #2a3140;
|
--pico-range-active-border-color: #2a3140;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -581,10 +581,10 @@ input:not([type=submit],
|
||||||
--pico-form-element-focus-color: var(--pico-primary-focus);
|
--pico-form-element-focus-color: var(--pico-primary-focus);
|
||||||
}
|
}
|
||||||
[data-theme=dark] details summary[role=button]::after {
|
[data-theme=dark] details summary[role=button]::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=dark] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
[data-theme=dark] [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
||||||
filter: brightness(100) invert(1);
|
filter: brightness(100) invert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
progress,
|
progress,
|
||||||
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.cyan.min.css
vendored
2
css/pico.classless.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.fuchsia.min.css
vendored
2
css/pico.classless.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.green.min.css
vendored
2
css/pico.classless.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.grey.min.css
vendored
2
css/pico.classless.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.indigo.min.css
vendored
2
css/pico.classless.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.jade.min.css
vendored
2
css/pico.classless.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.lime.min.css
vendored
2
css/pico.classless.lime.min.css
vendored
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
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.orange.min.css
vendored
2
css/pico.classless.orange.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.pink.min.css
vendored
2
css/pico.classless.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.pumpkin.min.css
vendored
2
css/pico.classless.pumpkin.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.purple.min.css
vendored
2
css/pico.classless.purple.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.red.min.css
vendored
2
css/pico.classless.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.sand.min.css
vendored
2
css/pico.classless.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.slate.min.css
vendored
2
css/pico.classless.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.violet.min.css
vendored
2
css/pico.classless.violet.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.yellow.min.css
vendored
2
css/pico.classless.yellow.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.classless.zinc.min.css
vendored
2
css/pico.classless.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.conditional.amber.min.css
vendored
2
css/pico.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.conditional.azure.min.css
vendored
2
css/pico.conditional.azure.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.conditional.blue.min.css
vendored
2
css/pico.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -232,19 +232,19 @@ nav details.dropdown summary:focus-visible {
|
||||||
color-scheme: light;
|
color-scheme: light;
|
||||||
--pico-background-color: #fff;
|
--pico-background-color: #fff;
|
||||||
--pico-color: #373c44;
|
--pico-color: #373c44;
|
||||||
--pico-text-selection-color: rgba(0, 166, 110, 0.25);
|
--pico-text-selection-color: rgba(145, 145, 145, 0.25);
|
||||||
--pico-muted-color: #646b79;
|
--pico-muted-color: #646b79;
|
||||||
--pico-muted-border-color: rgb(231, 234, 239.5);
|
--pico-muted-border-color: rgb(231, 234, 239.5);
|
||||||
--pico-primary: #007a50;
|
--pico-primary: #6a6a6a;
|
||||||
--pico-primary-background: #007a50;
|
--pico-primary-background: #ababab;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(0, 122, 80, 0.5);
|
--pico-primary-underline: rgba(106, 106, 106, 0.5);
|
||||||
--pico-primary-hover: #005f3d;
|
--pico-primary-hover: #525252;
|
||||||
--pico-primary-hover-background: #006d46;
|
--pico-primary-hover-background: #9e9e9e;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(0, 166, 110, 0.5);
|
--pico-primary-focus: rgba(145, 145, 145, 0.5);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #5d6b89;
|
--pico-secondary: #5d6b89;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -308,7 +308,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-switch-background-color: #bfc7d9;
|
--pico-switch-background-color: #bfc7d9;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #dfe3eb;
|
--pico-range-border-color: #dfe3eb;
|
||||||
--pico-range-active-border-color: #bfc7d9;
|
--pico-range-active-border-color: #bfc7d9;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -343,7 +343,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=light] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
[data-theme=light] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
||||||
:root:not([data-theme=dark]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
:root:not([data-theme=dark]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
||||||
:host(:not([data-theme=dark])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
:host(:not([data-theme=dark])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=light] .pico details summary.secondary[role=button]::after,
|
[data-theme=light] .pico details summary.secondary[role=button]::after,
|
||||||
:root:not([data-theme=dark]) .pico details summary.secondary[role=button]::after,
|
:root:not([data-theme=dark]) .pico details summary.secondary[role=button]::after,
|
||||||
|
@ -358,7 +358,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=light] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
[data-theme=light] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
||||||
:root:not([data-theme=dark]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
:root:not([data-theme=dark]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
||||||
:host(:not([data-theme=dark])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
:host(:not([data-theme=dark])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(0) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -387,19 +387,19 @@ nav details.dropdown summary:focus-visible {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||||
--pico-color: #c2c7d0;
|
--pico-color: #c2c7d0;
|
||||||
--pico-text-selection-color: rgba(0, 180, 120, 0.1875);
|
--pico-text-selection-color: rgba(158, 158, 158, 0.1875);
|
||||||
--pico-muted-color: #7b8495;
|
--pico-muted-color: #7b8495;
|
||||||
--pico-muted-border-color: #202632;
|
--pico-muted-border-color: #202632;
|
||||||
--pico-primary: #00b478;
|
--pico-primary: #9e9e9e;
|
||||||
--pico-primary-background: #007a50;
|
--pico-primary-background: #ababab;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(0, 180, 120, 0.5);
|
--pico-primary-underline: rgba(158, 158, 158, 0.5);
|
||||||
--pico-primary-hover: #00cc88;
|
--pico-primary-hover: #b9b9b9;
|
||||||
--pico-primary-hover-background: #00895a;
|
--pico-primary-hover-background: #b9b9b9;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(0, 180, 120, 0.375);
|
--pico-primary-focus: rgba(158, 158, 158, 0.375);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #969eaf;
|
--pico-secondary: #969eaf;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -463,7 +463,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-switch-background-color: #333c4e;
|
--pico-switch-background-color: #333c4e;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #202632;
|
--pico-range-border-color: #202632;
|
||||||
--pico-range-active-border-color: #2a3140;
|
--pico-range-active-border-color: #2a3140;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -523,7 +523,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
:root:not([data-theme]) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after,
|
||||||
:host(:not([data-theme])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
:host(:not([data-theme])) .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico details summary.secondary[role=button]::after,
|
:root:not([data-theme]) .pico details summary.secondary[role=button]::after,
|
||||||
:host(:not([data-theme])) .pico details summary.secondary[role=button]::after {
|
:host(:not([data-theme])) .pico details summary.secondary[role=button]::after {
|
||||||
|
@ -535,26 +535,26 @@ nav details.dropdown summary:focus-visible {
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before,
|
||||||
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
:host(:not([data-theme])) .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||||
filter: brightness(100) invert(1);
|
filter: brightness(100) invert(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
--pico-background-color: rgb(19, 22.5, 30.5);
|
--pico-background-color: rgb(19, 22.5, 30.5);
|
||||||
--pico-color: #c2c7d0;
|
--pico-color: #c2c7d0;
|
||||||
--pico-text-selection-color: rgba(0, 180, 120, 0.1875);
|
--pico-text-selection-color: rgba(158, 158, 158, 0.1875);
|
||||||
--pico-muted-color: #7b8495;
|
--pico-muted-color: #7b8495;
|
||||||
--pico-muted-border-color: #202632;
|
--pico-muted-border-color: #202632;
|
||||||
--pico-primary: #00b478;
|
--pico-primary: #9e9e9e;
|
||||||
--pico-primary-background: #007a50;
|
--pico-primary-background: #ababab;
|
||||||
--pico-primary-border: var(--pico-primary-background);
|
--pico-primary-border: var(--pico-primary-background);
|
||||||
--pico-primary-underline: rgba(0, 180, 120, 0.5);
|
--pico-primary-underline: rgba(158, 158, 158, 0.5);
|
||||||
--pico-primary-hover: #00cc88;
|
--pico-primary-hover: #b9b9b9;
|
||||||
--pico-primary-hover-background: #00895a;
|
--pico-primary-hover-background: #b9b9b9;
|
||||||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||||||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||||||
--pico-primary-focus: rgba(0, 180, 120, 0.375);
|
--pico-primary-focus: rgba(158, 158, 158, 0.375);
|
||||||
--pico-primary-inverse: #fff;
|
--pico-primary-inverse: #000;
|
||||||
--pico-secondary: #969eaf;
|
--pico-secondary: #969eaf;
|
||||||
--pico-secondary-background: #525f7a;
|
--pico-secondary-background: #525f7a;
|
||||||
--pico-secondary-border: var(--pico-secondary-background);
|
--pico-secondary-border: var(--pico-secondary-background);
|
||||||
|
@ -618,7 +618,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-switch-background-color: #333c4e;
|
--pico-switch-background-color: #333c4e;
|
||||||
--pico-switch-checked-background-color: var(--pico-primary-background);
|
--pico-switch-checked-background-color: var(--pico-primary-background);
|
||||||
--pico-switch-color: #fff;
|
--pico-switch-color: #fff;
|
||||||
--pico-switch-thumb-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
--pico-switch-thumb-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
|
||||||
--pico-range-border-color: #202632;
|
--pico-range-border-color: #202632;
|
||||||
--pico-range-active-border-color: #2a3140;
|
--pico-range-active-border-color: #2a3140;
|
||||||
--pico-range-thumb-border-color: var(--pico-background-color);
|
--pico-range-thumb-border-color: var(--pico-background-color);
|
||||||
|
@ -666,7 +666,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-form-element-focus-color: var(--pico-primary-focus);
|
--pico-form-element-focus-color: var(--pico-primary-focus);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
[data-theme=dark] .pico details summary[role=button]:not(.outline, .contrast, .secondary)::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico details summary.secondary[role=button]::after {
|
[data-theme=dark] .pico details summary.secondary[role=button]::after {
|
||||||
filter: brightness(100) invert(0);
|
filter: brightness(100) invert(0);
|
||||||
|
@ -675,7 +675,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
filter: brightness(100) invert(1);
|
filter: brightness(100) invert(1);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea, html, form):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||||
filter: brightness(100) invert(1);
|
filter: brightness(100) invert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.conditional.cyan.min.css
vendored
2
css/pico.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
2
css/pico.conditional.fuchsia.min.css
vendored
2
css/pico.conditional.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -3549,16 +3549,26 @@ main {
|
||||||
border-bottom-right-radius: var(--pico-border-radius);
|
border-bottom-right-radius: var(--pico-border-radius);
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
[dir=rtl] button:not(:first-child),
|
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||||
[dir=rtl] [type=submit]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||||
[dir=rtl] [type=reset]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||||
[dir=rtl] [type=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||||
[dir=rtl] [role=button]:not(:first-child),
|
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
[dir=rtl] select:not(:first-child),
|
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||||
[dir=rtl] label:not(:first-child),
|
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||||
[dir=rtl] > legend:not(:first-child),
|
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||||
[dir=rtl] > details > summary:not(:first-child) {
|
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||||
|
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||||
margin-right: calc(var(--pico-border-width) * -1);
|
margin-right: calc(var(--pico-border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue