mirror of
https://github.com/picocss/pico.git
synced 2025-02-22 00:04:36 -05:00
refactor: group
This commit is contained in:
parent
f958109248
commit
97f3f13aa5
25
css/pico.amber.min.css
vendored
25
css/pico.amber.min.css
vendored
@ -2121,23 +2121,11 @@ label > details.dropdown {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.blue.min.css
vendored
25
css/pico.blue.min.css
vendored
@ -2121,23 +2121,11 @@ label > details.dropdown {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.amber.min.css
vendored
25
css/pico.classless.amber.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.blue.min.css
vendored
25
css/pico.classless.blue.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.amber.min.css
vendored
25
css/pico.classless.conditional.amber.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.blue.min.css
vendored
25
css/pico.classless.conditional.blue.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.cyan.min.css
vendored
25
css/pico.classless.conditional.cyan.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.fuchsia.min.css
vendored
25
css/pico.classless.conditional.fuchsia.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.green.min.css
vendored
25
css/pico.classless.conditional.green.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.grey.min.css
vendored
25
css/pico.classless.conditional.grey.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.indigo.min.css
vendored
25
css/pico.classless.conditional.indigo.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.jade.min.css
vendored
25
css/pico.classless.conditional.jade.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.lime.min.css
vendored
25
css/pico.classless.conditional.lime.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.orange.min.css
vendored
25
css/pico.classless.conditional.orange.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.pink.min.css
vendored
25
css/pico.classless.conditional.pink.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.pumpkin.min.css
vendored
25
css/pico.classless.conditional.pumpkin.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.purple.min.css
vendored
25
css/pico.classless.conditional.purple.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.red.min.css
vendored
25
css/pico.classless.conditional.red.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.sand.min.css
vendored
25
css/pico.classless.conditional.sand.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.slate.min.css
vendored
25
css/pico.classless.conditional.slate.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.violet.min.css
vendored
25
css/pico.classless.conditional.violet.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.yellow.min.css
vendored
25
css/pico.classless.conditional.yellow.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.conditional.zinc.min.css
vendored
25
css/pico.classless.conditional.zinc.min.css
vendored
@ -1798,23 +1798,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1819,23 +1819,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1935,16 +1923,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.cyan.min.css
vendored
25
css/pico.classless.cyan.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.fuchsia.min.css
vendored
25
css/pico.classless.fuchsia.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.green.min.css
vendored
25
css/pico.classless.green.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.grey.min.css
vendored
25
css/pico.classless.grey.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.indigo.min.css
vendored
25
css/pico.classless.indigo.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.jade.min.css
vendored
25
css/pico.classless.jade.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.lime.min.css
vendored
25
css/pico.classless.lime.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
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
25
css/pico.classless.orange.min.css
vendored
25
css/pico.classless.orange.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.pink.min.css
vendored
25
css/pico.classless.pink.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.pumpkin.min.css
vendored
25
css/pico.classless.pumpkin.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.purple.min.css
vendored
25
css/pico.classless.purple.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.red.min.css
vendored
25
css/pico.classless.red.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.sand.min.css
vendored
25
css/pico.classless.sand.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.slate.min.css
vendored
25
css/pico.classless.slate.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.violet.min.css
vendored
25
css/pico.classless.violet.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.yellow.min.css
vendored
25
css/pico.classless.yellow.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.classless.zinc.min.css
vendored
25
css/pico.classless.zinc.min.css
vendored
@ -1798,23 +1798,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1914,16 +1902,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.amber.min.css
vendored
25
css/pico.conditional.amber.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.blue.min.css
vendored
25
css/pico.conditional.blue.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -2145,23 +2145,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2261,16 +2249,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.cyan.min.css
vendored
25
css/pico.conditional.cyan.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.fuchsia.min.css
vendored
25
css/pico.conditional.fuchsia.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.green.min.css
vendored
25
css/pico.conditional.green.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.grey.min.css
vendored
25
css/pico.conditional.grey.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.indigo.min.css
vendored
25
css/pico.conditional.indigo.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.jade.min.css
vendored
25
css/pico.conditional.jade.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.lime.min.css
vendored
25
css/pico.conditional.lime.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
2
css/pico.conditional.min.css
vendored
2
css/pico.conditional.min.css
vendored
File diff suppressed because one or more lines are too long
25
css/pico.conditional.orange.min.css
vendored
25
css/pico.conditional.orange.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.pink.min.css
vendored
25
css/pico.conditional.pink.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.pumpkin.min.css
vendored
25
css/pico.conditional.pumpkin.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.purple.min.css
vendored
25
css/pico.conditional.purple.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.red.min.css
vendored
25
css/pico.conditional.red.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.sand.min.css
vendored
25
css/pico.conditional.sand.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.slate.min.css
vendored
25
css/pico.conditional.slate.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.violet.min.css
vendored
25
css/pico.conditional.violet.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.yellow.min.css
vendored
25
css/pico.conditional.yellow.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.conditional.zinc.min.css
vendored
25
css/pico.conditional.zinc.min.css
vendored
@ -2121,23 +2121,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.css
25
css/pico.css
@ -2145,23 +2145,11 @@ label > details.dropdown {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2261,16 +2249,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.cyan.min.css
vendored
25
css/pico.cyan.min.css
vendored
@ -2121,23 +2121,11 @@ label > details.dropdown {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -2237,16 +2225,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.amber.min.css
vendored
25
css/pico.fluid.classless.amber.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.blue.min.css
vendored
25
css/pico.fluid.classless.blue.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.conditional.red.min.css
vendored
25
css/pico.fluid.classless.conditional.red.min.css
vendored
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1761,23 +1761,11 @@ main {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
.pico form[role=search], .pico form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
.pico [role=search],
|
||||
.pico [role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ main {
|
||||
}
|
||||
.pico [role=search] button:focus,
|
||||
.pico [role=search] [type=submit]:focus,
|
||||
.pico [role=search] [type=reset]:focus,
|
||||
.pico [role=search] [type=button]:focus,
|
||||
.pico [role=search] [role=button]:focus,
|
||||
.pico [role=group] button:focus,
|
||||
.pico [role=group] [type=submit]:focus,
|
||||
.pico [role=group] [type=reset]:focus,
|
||||
.pico [role=group] [type=button]:focus,
|
||||
.pico [role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pico [role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
.pico [role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
@ -1782,23 +1782,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1898,16 +1886,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.cyan.min.css
vendored
25
css/pico.fluid.classless.cyan.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.fuchsia.min.css
vendored
25
css/pico.fluid.classless.fuchsia.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.green.min.css
vendored
25
css/pico.fluid.classless.green.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.grey.min.css
vendored
25
css/pico.fluid.classless.grey.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.indigo.min.css
vendored
25
css/pico.fluid.classless.indigo.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.jade.min.css
vendored
25
css/pico.fluid.classless.jade.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.lime.min.css
vendored
25
css/pico.fluid.classless.lime.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
25
css/pico.fluid.classless.orange.min.css
vendored
25
css/pico.fluid.classless.orange.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.pink.min.css
vendored
25
css/pico.fluid.classless.pink.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.pumpkin.min.css
vendored
25
css/pico.fluid.classless.pumpkin.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.purple.min.css
vendored
25
css/pico.fluid.classless.purple.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
25
css/pico.fluid.classless.red.min.css
vendored
25
css/pico.fluid.classless.red.min.css
vendored
@ -1761,23 +1761,11 @@ article > footer {
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
form[role=search], form[role=group] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
[role=search],
|
||||
[role=group] {
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-bottom: var(--pico-spacing);
|
||||
border-radius: var(--pico-border-radius);
|
||||
box-shadow: var(--pico-group-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
@ -1877,16 +1865,27 @@ form[role=search], form[role=group] {
|
||||
}
|
||||
[role=search] button:focus,
|
||||
[role=search] [type=submit]:focus,
|
||||
[role=search] [type=reset]:focus,
|
||||
[role=search] [type=button]:focus,
|
||||
[role=search] [role=button]:focus,
|
||||
[role=group] button:focus,
|
||||
[role=group] [type=submit]:focus,
|
||||
[role=group] [type=reset]:focus,
|
||||
[role=group] [type=button]:focus,
|
||||
[role=group] [role=button]:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
[role=search] > *:first-child {
|
||||
border-top-left-radius: 5rem;
|
||||
border-bottom-left-radius: 5rem;
|
||||
}
|
||||
[role=search] > *:last-child {
|
||||
border-top-right-radius: 5rem;
|
||||
border-bottom-right-radius: 5rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user