mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 19:24:17 +00:00
Re-build
This commit is contained in:
parent
d603f0ab1f
commit
282448ed3a
4 changed files with 6 additions and 6 deletions
6
dist/base.root.css
vendored
6
dist/base.root.css
vendored
|
@ -610,7 +610,7 @@
|
|||
}
|
||||
:where(body) :where(input[type="radio"]):not(:where([disabled])),
|
||||
:where(body) :where(input[type="checkbox"]):not(:where([disabled])),
|
||||
:where(body) :where(input[type="button"], button):not(:where([disabled])),
|
||||
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button):not(:where([disabled])),
|
||||
:where(body) :where(input[type="color"]):not(:where([disabled])) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -668,11 +668,11 @@
|
|||
:where(body) :where(input[type="range"]) {
|
||||
padding: 0;
|
||||
}
|
||||
:where(body) :where(input[type="button"], button) {
|
||||
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button) {
|
||||
border-width: 2px;
|
||||
border-style: outset;
|
||||
}
|
||||
:where(body) :where(input[type="button"], button):active {
|
||||
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button):active {
|
||||
border-style: inset;
|
||||
}
|
||||
:where(body) :where(input[type="file"]),
|
||||
|
|
2
dist/base.root.min.css
vendored
2
dist/base.root.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/classic.root.css
vendored
2
dist/classic.root.css
vendored
|
@ -84,7 +84,7 @@
|
|||
:where(body) :where(select[multiple]) {
|
||||
border-radius: 0 var(--b-border-radius) var(--b-border-radius) 0;
|
||||
}
|
||||
:where(body) :where(input[type="button"], button) {
|
||||
:where(body) :where(input[type="button"], .input[type="submit"], .input[type="reset"], button) {
|
||||
border-radius: var(--b-border-radius);
|
||||
}
|
||||
:where(body) :where(ul) > *::marker,
|
||||
|
|
2
dist/classic.root.min.css
vendored
2
dist/classic.root.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue